COM
Expand Minimize
This topic has not yet been rated - Rate this topic

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

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

 

 

Send comments about this topic to Microsoft

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.