Skip to content

Latest commit

 

History

History
82 lines (65 loc) · 2.61 KB

ns-rpcdce-rpc_protseq_vector.md

File metadata and controls

82 lines (65 loc) · 2.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:rpcdce._RPC_PROTSEQ_VECTOR
RPC_PROTSEQ_VECTOR (rpcdce.h)
The RPC_PROTSEQ_VECTOR structure contains a list of protocol sequences the RPC run-time library uses to send and receive remote procedure calls.
RPC_PROTSEQ_VECTOR
RPC_PROTSEQ_VECTOR structure [RPC]
_rpc_rpc_protseq_vector
rpc.rpc_protseq_vector
rpcdce/RPC_PROTSEQ_VECTOR
rpc\rpc_protseq_vector.htm
Rpc
535ffce0-54e2-483c-8b74-006b6f5e05f0
12/05/2018
RPC_PROTSEQ_VECTOR, RPC_PROTSEQ_VECTOR structure [RPC], _rpc_rpc_protseq_vector, rpc.rpc_protseq_vector, rpcdce/RPC_PROTSEQ_VECTOR
rpcdce.h
Rpc.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
RPC_PROTSEQ_VECTOR
19H1
_RPC_PROTSEQ_VECTOR
rpcdce/_RPC_PROTSEQ_VECTOR
RPC_PROTSEQ_VECTOR
rpcdce/RPC_PROTSEQ_VECTOR
c++
APIRef
kbSyntax
HeaderDef
Rpcdce.h
RPC_PROTSEQ_VECTOR

RPC_PROTSEQ_VECTOR structure

-description

The RPC_PROTSEQ_VECTOR structure contains a list of protocol sequences the RPC run-time library uses to send and receive remote procedure calls.

-struct-fields

-field Count

Number of protocol-sequence strings present in the array Protseq.

-field Protseq

Array of pointers to protocol-sequence strings. The number of pointers present is specified by the Count member.

-remarks

The protocol-sequence vector contains a count member (Count), followed by an array of pointers to protocol-sequence strings (Protseq).

The protocol-sequence vector is a read-only vector. To obtain a protocol-sequence vector, a server application calls RpcNetworkInqProtseqs. The RPC run-time library allocates memory for the protocol-sequence vector. The server application calls RpcProtseqVectorFree to free the protocol-sequence vector.

-see-also

RpcNetworkInqProtseqs

RpcProtseqVectorFree