Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The RpcProtseqVectorFree function frees the protocol sequences contained in the vector and the vector itself.
Syntax
RPC_STATUS 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | rpcdce.h (include Rpc.h) |
| Library | Rpcrt4.lib |
| DLL | Rpcrt4.dll |