DebugORPCClientFillBuffer
void DebugORPCClientFillBuffer(pMessage, iid, reserved, pUnkProxyObject, pvBuffer, cbBuffer)
Called on the client side on entry to IRpcChannel::SendReceive(). See the above overview for further details.
The GUID for this notification is DA45F3E0-9673-101A-B07B-00DD01113F11:
GUID __private_to_macro__ = { /* DA45F3E0-9673-101A-B07B-00DD01113F11 */
0xDA45F3E0,
0x9673,
0x101A,
0xB0,
0x7B,
{0x00, 0xDD, 0x01, 0x11, 0x3F, 0x11}
};
Argument | Type | Description |
pMessage | RPCOLEMESSAGE* | As in DebugORPCClientGetBufferSize(). |
iid | REFIID | As in DebugORPCClientGetBufferSize(). |
reserved | void * | As in DebugORPCClientGetBufferSize(). |
pUnkProxyObject | IUnknown * | As in DebugORPCClientGetBufferSize(). |
pvBuffer | void * | The debug-data buffer which is to be filled. Is undefined (may or may not be NULL) if cbBuffer is zero. |
cbBuffer | ULONG | The size of the data pointed to by pvBuffer. |