DllDebugObjectRPCHook function

Exported by COM DLLs to enable remote debugging.

Syntax

BOOL WINAPI DllDebugObjectRPCHook(
   BOOL             fTrace,
   LPORPC_INIT_ARGS lpOrpcInitArgs
);

Parameters

fTrace

If TRUE, remote debugging is enabled. If FALSE, remote debugging is not enabled.

lpOrpcInitArgs

A pointer to an ORPC_INIT_ARGS structure.

Return value

TRUE if successful, FALSE otherwise

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
N/A
Library
Ole32.lib
DLL
Ole32.dll

See also

ORPC_DBG_ALL

ORPC_DBG_BUFFER

ORPC_INIT_ARGS

IOrpcDebugNotify