NdrInterfacePointerFree function
The NdrInterfacePointerFree function releases the interface pointer.
Syntax
void RPC_ENTRY NdrInterfacePointerFree( PMIDL_STUB_MESSAGE pStubMsg, _In_ unsigned char *pMemory, _In_ PFORMAT_STRING pFormat );
Parameters
- pStubMsg
-
Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. This structure is for internal use only and should not be modified.
- pMemory [in]
-
Pointer to the interface pointer to be released.
- pFormat [in]
-
Pointer to the format string description.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|