共用方式為


CALL_ID 結構

更新:2007 年 11 月

提供偵錯工具有關已呼叫之函式的資訊。如需詳細資訊,請參閱 INotifySink2 介面。

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

成員

成員

描述

szMachine

識別發出此呼叫的電腦。

dwPid

識別電腦處理器。

pUserThread

識別正在執行此呼叫的執行緒。

addrStackPointer

指定呼叫堆疊的位址。

szEntryPoint

指定呼叫的位址。

szDestinationMachine

識別將要執行呼叫的電腦。

需求

**標頭:**ProtocolNotify2.idl

請參閱

參考

INotifySink2

其他資源

診斷符號存放區結構