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 |
|
Library |
|
DLL |
|