Condividi tramite


Struttura CALL_ID

Fornisce informazioni a un debugger su una funzione chiamata. Per altre informazioni, vedere l'interfaccia INotifySink2 .

Sintassi

typedef struct tagCALL_ID  
{  
    LPCOLESTR       szMachine;  
    DWORD           dwPid;  
    USER_THREAD     *pUserThread;  
    STACK_ADDRESS   addrStackPointer;  
    LPCOLESTR       szEntryPoint;  
    LPCOLESTR       szDestinationMachine;  
} CALL_ID;  

Members

Membro Descrizione
szMachine Identifica il computer che effettua la chiamata.
dwPid Identifica il processore del computer.
pUserThread Identifica il thread che esegue la chiamata.
addrStackPointer Specifica l'indirizzo dello stack di chiamate.
szEntryPoint Specifica l'indirizzo della chiamata.
szDestinationMachine Identifica il computer che eseguirà la chiamata.

Requisiti

Intestazione: ProtocolNotify2.idl

Vedi anche