NdrSimpleTypeMarshall 函式 (rpcndr.h)
NdrSimpleTypeMarshall函式會封送簡單類型。
語法
void NdrSimpleTypeMarshall(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] unsigned char FormatChar
);
參數
[in, out] pStubMsg
維護 RPC 存根目前狀態 之MIDL_STUB_MESSAGE 結構的指標。 結構僅供內部使用;請勿修改。
[in] pMemory
要封送處理之簡單類型的指標。
[in] FormatChar
簡單類型格式字元。
傳回值
如果發生錯誤,函式會擲回下列其中一個例外狀況代碼。
錯誤 | 描述 |
---|---|
STATUS_ACCESS_VIOLATION | 發生存取違規。 |
RPC_S_INTERNAL_ERROR | RPC 中發生錯誤。 |
需求
最低支援的用戶端 | Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows 2000 Server [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | rpcndr.h (包含 Rpc.h) |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |