rpc_network_inq_protseqs(3rpc)Returns all protocol sequences supported by both the RPC runtime and the operating system Used by client and server applications. Synopsis #include <dce/rpc.h>( void rpc_network_inq_protseqs( rpc_protseq_vector_t **protseq_vector, unsigned32 *status); Parameters Input None. Output
protseq_vector
status
Description The application calls rpc_protseq_vector_free( ) to release the memory used by the vector.
Return Values Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
rpc_s_ok
rpc_s_no_protseqs
Related Information
|