Compartilhar via


Estrutura CALL_ID

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

Sintaxe

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

Membros

Membro DESCRIÇÃO
szMachine Identifica o computador que está fazendo a chamada.
dwPid Identifica o processador do computador.
pUserThread Identifica o thread que está executando a chamada.
addrStackPointer Especifica o endereço da pilha de chamadas.
szEntryPoint Especifica o endereço da chamada.
szDestinationMachine Identifica o computador que executará a chamada.

Requisitos

Cabeçalho: ProtocolNotify2.idl

Confira também