Funzione DllDebugObjectRPCHook

Esportato da DLL COM per abilitare il debug remoto.

Sintassi

BOOL WINAPI DllDebugObjectRPCHook(
   BOOL             fTrace,
   LPORPC_INIT_ARGS lpOrpcInitArgs
);

Parametri

fTrace

Se TRUE, il debug remoto è abilitato. Se FALSE, il debug remoto non è abilitato.

lpOrpcInitArgs

Puntatore a una struttura di ORPC_INIT_ARGS .

Valore restituito

TRUE se ha esito positivo, FALSE in caso contrario

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
N/D
Libreria
Ole32.lib
DLL
Ole32.dll

Vedi anche

ORPC_DBG_ALL

ORPC_DBG_BUFFER

ORPC_INIT_ARGS

IOrpcDebugNotify