Condividi tramite


struttura ORPC_INIT_ARGS

La struttura ORPC_INIT_ARGS contiene informazioni usate per inizializzare il debug remoto usando l'interfaccia IOrpcDebugNotify .

Sintassi

typedef struct ORPC_INIT_ARGS {
  IOrpcDebugNotify *lpIntfOrpcDebug;
  void             *pvPSN;
  DWORD            *dwReserved1;
  DWORD            *dwReserved2;
} ORPC_INIT_ARGS, *LPORPC_INIT_ARGS;

Members

lpIntfOrpcDebug

Puntatore all'interfaccia IOrpcDebugNotify da usare dai debugger in-process. Se il debugger non è in-process o è un sistema Macintosh, questo campo deve essere NULL.

pvPSN

Puntatore al numero di serie del processo Macintosh del processo del debug. Se il debug non è un sistema Macintosh, questo campo deve essere NULL.

dwReserved1

Riservato. Deve essere 0.

dwReserved2

Riservato. Deve essere 0.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
N/D

Vedi anche

ORPC_DBG_ALL

ORPC_DBG_BUFFER

DllDebugObjectRPCHook

IOrpcDebugNotify