Compartilhar via


Estrutura CALL_ID

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

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 telefonar.

dwPid

Identifica o processador do computador.

pUserThread

Identifica o thread que está executando a telefonar.

addrStackPointer

Especifica o endereço da pilha de chamadas.

szEntryPoint

Especifica o endereço da telefonar.

szDestinationMachine

Identifica o computador executará a telefonar.

Requisitos

Cabeçalho: ProtocolNotify2.idl

Consulte também

Referência

Interface INotifySink2

Outros recursos

Estruturas de diagnóstico símbolo Store