Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides information to a debugger about a function that is being called. See the INotifySink2 interface for more information.
typedef struct tagCALL_ID
{
LPCOLESTR szMachine;
DWORD dwPid;
USER_THREAD *pUserThread;
STACK_ADDRESS addrStackPointer;
LPCOLESTR szEntryPoint;
LPCOLESTR szDestinationMachine;
} CALL_ID;
Members
Member |
Description |
|---|---|
szMachine |
Identifies the machine that is making the call. |
dwPid |
Identifies the machine processor. |
pUserThread |
Identifies the thread that is executing the call. |
addrStackPointer |
Specifies the address of the call stack. |
szEntryPoint |
Specifies the address of the call. |
szDestinationMachine |
Identifies the machine that will execute the call. |
Requirements
Header: ProtocolNotify2.idl