NdrProxyInitialize 関数 (rpcproxy.h)
NdrProxyInitialize 関数は、オブジェクト メソッドのプロキシを初期化します。
構文
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
インターフェイス プロキシへのポインター。
[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 |
Library | Rpcrt4.lib |
[DLL] | Rpcrt4.dll |