DebugORPCServerFillBuffer

void DebugORPCServerFillBuffer(pMessage, iid, pChannel, pInterface, pUnkObject, pvBuffer, cbBuffer)

Called on the server side immediately after calling IRpcStubBuffer::Invoke(). See the above overview for further details.

The GUID for this notification is 2FC09500-9674-101A-B07B-00DD01113F11:


GUID __private_to_macro__ = { /* 2FC09500-9674-101A-B07B-00DD01113F11 */
    0x2FC09500,
    0x9674,
    0x101A,
    0xB0,
    0x7B,
    {0x00, 0xDD, 0x01, 0x11, 0x3F, 0x11}
  };

Argument

Type

Description

pMessage

RPCOLEMESSAGE*

As in DebugORPCServerNotify().

iid

REFIID

As in DebugORPCServerNotify().

pChannel

IRpcChannelBuffer*

As in DebugORPCServerNotify().

pInterface

void *

As in DebugORPCServerNotify().

pUnkObject

IUnknown *

As in DebugORPCServerNotify().

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.