NdrSimpleTypeMarshall 函数 (rpcndr.h)
NdrSimpleTypeMarshall 函数封送简单类型。
语法
void NdrSimpleTypeMarshall(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] unsigned char FormatChar
);
parameters
[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) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |