NdrProxyGetBuffer 函式 (rpcproxy.h)
NdrProxyGetBuffer 函式會透過使用 IRpcChannelBuffer::GetBuffer 方法呼叫,從 COM 取得網路緩衝區。
語法
void NdrProxyGetBuffer(
[in] void *This,
[in, out] PMIDL_STUB_MESSAGE pStubMsg
);
參數
[in] This
介面 Proxy 的指標。
[in, out] pStubMsg
維護 RPC 存根目前狀態 之MIDL_STUB_MESSAGE 結構的指標。 pRpcMsg 成員指向其 Buffer 成員指向新配置的緩衝區的結構。 結構僅供內部使用;請勿修改。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | rpcproxy.h |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |