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;
Membro |
Descrição |
---|---|
szMachine |
Identifica o computador que está fazendo a chamada. |
dwPid |
Identifica o processador da máquina. |
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. |
Cabeçalho: ProtocolNotify2.idl