Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides information to a debugger about a function that is being called. See the INotifySink2 interface for more information.
Syntax
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
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.