Partilhar via


Estrutura CALL_ID

Fornece informações a um depurador sobre uma função que está a ser chamada. Veja a interface INotifySink2 para obter mais informações.

Syntax

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

Membros

Membro Description
szMachine Identifica o computador que está a fazer a chamada.
dwPid Identifica o processador do computador.
pUserThread Identifica o thread que está a executar a chamada.
addrStackPointer Especifica o endereço da pilha de chamadas.
szEntryPoint Especifica o endereço da chamada.
szDestinationMachine Identifica o computador que irá executar a chamada.

Requisitos

Cabeçalho: ProtocolNotify2.idl

Ver também