NdrUserMarshalFree function
The NdrUserMarshalFree function frees the user marshal object.
Syntax
void RPC_ENTRY NdrUserMarshalFree( _Inout_ PMIDL_STUB_MESSAGE pStubMsg, _In_ unsigned char *pMemory, _In_ PFORMAT_STRING pFormat );
Parameters
- pStubMsg [in, out]
-
Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. Structure is for internal use only; do not modify.
- pMemory [in]
-
Pointer to be freed.
- pFormat [in]
-
Pointer's format string description.
Return value
This function does not return a value.
Remarks
You should never free the top level object, it is freed by the system.
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 |
|
Show: