NdrProxySendReceive 函数 (rpcproxy.h)
NdrProxySendReceive 函数向服务器发送消息,然后等待回复。
语法
void NdrProxySendReceive(
[in] void *This,
[in, out] MIDL_STUB_MESSAGE *pStubMsg
);
参数
[in] This
指向接口代理的指针。
[in, out] pStubMsg
指向保持 RPC 存根当前状态 的MIDL_STUB_MESSAGE 结构的指针。 结构仅供内部使用;请勿修改。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | rpcproxy.h |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |