IOrpcDebugNotify::ServerFillBuffer method

Sends data from the server debugger to the client debugger.

Note

An import library containing the ServerFillBuffer function is not included in the Microsoft Windows Software Development Kit (SDK). An application can use the GetProcAddress and GetModuleHandle functions to retrieve a function pointer to DllDebugObjectRPCHook from oleaut.dll and provide this function via the IOrpcDebugNotify interface.

Syntax

void ServerFillBuffer(
   ORPC_DBG_ALL *lpOrpcDebugAll
);

Parameters

lpOrpcDebugAll

A pointer to a ORPC_DBG_ALL structure that contains notification specific information the COM RPC system passes to the debugger.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
N/A
IDL
N/A

See also

ORPC_INIT_ARGS

DllDebugObjectRPCHook

IOrpcDebugNotify