NdrProxyInitialize function
The NdrProxyInitialize function initializes the proxy for an object method.
Syntax
RPCRTAPI void RPC_ENTRY NdrProxyInitialize( _In_ void *This, _In_ PRPC_MESSAGE pRpcMsg, _Inout_ PMIDL_STUB_MESSAGE pStubMsg, _In_ PMIDL_STUB_DESC pStubDescriptor, _In_ unsigned int ProcNum );
Parameters
- This [in]
-
Pointer to the interface proxy.
- pRpcMsg [in]
-
Pointer to an RPC_MESSAGE structure that contains information about the RPC request.
- pStubMsg [in, out]
-
Pointer to a MIDL_STUB_MESSAGE structure that maintains the current status of the RPC stub. Structure is for internal use only; do not modify.
- pStubDescriptor [in]
-
Pointer to a MIDL_STUB_DESC structure that contains a descriptor for the RPC stub. Structure is for internal use only; do not modify.
- ProcNum [in]
-
Procedure number for the object method.
Return value
This function has no return values. Throws an exception upon error.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|