NdrProxyInitialize 函式 (rpcproxy.h)
NdrProxyInitialize 函式會初始化物件方法的 Proxy。
語法
void NdrProxyInitialize(
[in] void *This,
[in] PRPC_MESSAGE pRpcMsg,
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] PMIDL_STUB_DESC pStubDescriptor,
[in] unsigned int ProcNum
);
參數
[in] This
介面 Proxy 的指標。
[in] pRpcMsg
包含 RPC 要求相關信息 之RPC_MESSAGE 結構的指標。
[in, out] pStubMsg
維護 RPC 存根目前狀態 之MIDL_STUB_MESSAGE 結構的指標。 結構僅供內部使用;請勿修改。
[in] pStubDescriptor
包含 RPC 存根描述項 之MIDL_STUB_DESC 結構的指標。 結構僅供內部使用;請勿修改。
[in] ProcNum
物件方法的程式編號。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | rpcproxy.h |
程式庫 | Rpcrt4.lib |
Dll | Rpcrt4.dll |