NdrUserMarshalFree 函式 (rpcndr.h)
NdrUserMarshalFree 函式會釋放使用者封送處理物件。
語法
void NdrUserMarshalFree(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] PFORMAT_STRING pFormat
);
參數
[in, out] pStubMsg
維護 RPC 存根目前狀態 之MIDL_STUB_MESSAGE 結構的指標。 結構僅供內部使用;請勿修改。
[in] pMemory
要釋放的指標。
[in] pFormat
指標的格式字串描述。
傳回值
無
備註
您不應該釋放最上層對象,系統就會釋放該物件。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rpcndr.h (包含 Rpc.h) |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |