RpcProtseqVectorFree function
The RpcProtseqVectorFree function frees the protocol sequences contained in the vector and the vector itself.
Syntax
RPC_STATUS RPC_ENTRY RpcProtseqVectorFree( RPC_PROTSEQ_VECTOR **ProtSeqVector );
Parameters
- ProtSeqVector
-
Pointer to a pointer to a vector of protocol sequences. On return, the pointer is set to NULL.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
Remarks
A server calls RpcProtseqVectorFree to release the memory used to store a vector of protocol sequences and the individual protocol sequences. RpcProtseqVectorFree sets the ProtSeqVector parameter to a null value.
For a list of Microsoft RPC supported protocol sequences, see String Binding.
A server obtains a vector of protocol sequences by calling RpcNetworkInqProtseqs.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names |
RpcProtseqVectorFreeW (Unicode) and RpcProtseqVectorFreeA (ANSI) |
See also