NdrProxySendReceive function
The NdrProxySendReceive function sends a message to the server then waits for a reply.
Syntax
RPCRTAPI void RPC_ENTRY NdrProxySendReceive( _In_ void *This, _Inout_ MIDL_STUB_MESSAGE *pStubMsg );
Parameters
- This [in]
-
Pointer to the interface proxy.
- 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.
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 |
|
Show: