rpc_network_is_protseq_valid(3rpc)Tells whether the specified protocol sequence is supported by both the RPC runtime and the operating system Used by client and server applications. Synopsis
#include <dce/rpc.h>( boolean32 rpc_network_is_protseq_valid( unsigned_char_t *protseq, unsigned32 *status); Parameters Input
protseq The rpc_network_is_protseq_valid( ) routine determines whether this parameter contains a valid protocol sequence. If not, the routine returns FALSE and the status parameter contains the rpc_s_invalid_rpc_protseq status code. Output
status
Description A protocol sequence is valid if the RPC runtime and the operating system support the protocol sequence. DCE RPC supports the protocol sequences pointed to by the explanation of the protseq parameter. An application calls rpc_network_inq_protseqs( ) to obtain all the supported protocol sequences.
Return Values
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_invalid_rpc_protseq
rpc_s_protseq_not_supported
Related Information rpc_string_binding_parse(3rpc)
|