RpcIfIdVectorFree function
The RpcIfIdVectorFree function frees the vector and the interface-identification structures contained in the vector.
Syntax
RPC_STATUS RPC_ENTRY RpcIfIdVectorFree( RPC_IF_ID_VECTOR **IfIdVec );
Parameters
- IfIdVec
-
Address of a pointer to a vector of interface information. On return, the pointer is set to NULL.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
|
The argument was invalid. |
Remarks
An application calls the RpcIfIdVectorFree function to release the memory used to store a vector of interface identifications. RpcIfIdVectorFree frees memory containing the interface identifications and the vector itself. On return, this function sets the IfIdVec parameter to NULL.
An application obtains a vector of interface identifications by calling the RpcNsMgmtEntryInqIfIds and RpcMgmtInqIfIds functions.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also