(dbgeng.h) IDebugSystemObjects2 介面
繼承
IDebugSystemObjects2 介面繼承自 IDebugSystemObjects。 IDebugSystemObjects2 也有下列類型的成員:
方法
IDebugSystemObjects2 介面具有這些方法。
IDebugSystemObjects2::GetCurrentProcessDataOffset IDebugSystemObjects2::GetCurrentProcessDataOffset 方法會傳回描述目前進程之系統數據結構的位置。 |
IDebugSystemObjects2::GetCurrentProcessExecutableName GetCurrentProcessExecutableName 方法會傳回目前進程中載入的可執行檔名稱。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetCurrentProcessHandle GetCurrentProcessHandle 方法會傳回目前進程的系統句柄。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentProcessId GetCurrentProcessId 方法會傳回目前進程的引擎進程標識碼。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentProcessPeb GetCurrentProcessPeb 方法會傳回目前進程 (PEB) 的進程環境區塊。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentProcessSystemId GetCurrentProcessSystemId 方法會傳回目前進程的系統進程標識碼。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentProcessUpTime GetCurrentProcessUpTime 方法會傳回目前進程執行的時間長度。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentThreadDataOffset GetCurrentThreadDataOffset 方法會傳回目前線程的系統數據結構位置。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetCurrentThreadHandle GetCurrentThreadHandle 方法會傳回目前線程的系統句柄。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentThreadId GetCurrentThreadId 方法會傳回目前線程的引擎線程標識符。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentThreadSystemId GetCurrentThreadSystemId 方法會傳回目前線程的系統線程標識碼。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetCurrentThreadTeb GetCurrentThreadTeb 方法會傳回目前線程的線程環境區塊位置, (TEB) 。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetEventProcess GetEventProcess 方法會傳回上次發生事件之進程的引擎進程標識碼。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetEventThread GetEventThread 方法會傳回上次發生事件之線程的引擎線程標識碼。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetImplicitProcessDataOffset GetImplicitProcessDataOffset 方法會傳回目前目標的隱含進程。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetImplicitThreadDataOffset GetImplicitThreadDataOffset 方法會傳回目前進程的隱含線程。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetNumberProcesses GetNumberProcesses 方法會傳回目前目標的處理程式數目。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetNumberThreads GetNumberThreads 方法會傳回目前進程中的線程數目。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::GetProcessIdByDataOffset IDebugSystemObjects2::GetProcessIdByDataOffset 方法會傳回指定進程的引擎進程標識碼。 進程是由其數據位移所指定。 |
IDebugSystemObjects2::GetProcessIdByHandle IDebugSystemObjects2::GetProcessIdByHandle 方法會傳回指定進程的引擎進程標識符。 進程是由其系統句柄所指定。 |
IDebugSystemObjects2::GetProcessIdByPeb IDebugSystemObjects2::GetProcessIdByPeb 方法會傳回指定進程的引擎進程標識符。 |
IDebugSystemObjects2::GetProcessIdBySystemId GetProcessIdBySystemId 方法會傳回其系統進程標識碼所指定進程的引擎進程標識符。 這個方法屬於 IDebugSystemObjects2。 |
IDebugSystemObjects2::GetProcessIdsByIndex IDebugSystemObjects2::GetProcessIdsByIndex 方法會傳回目前目標中指定進程的引擎進程標識碼和系統進程標識符。 |
IDebugSystemObjects2::GetThreadIdByDataOffset IDebugSystemObjects2::GetThreadIdByDataOffset 方法會傳回引擎線程標識符。 線程是由其系統數據結構所指定。 |
IDebugSystemObjects2::GetThreadIdByHandle IDebugSystemObjects2::GetThreadIdByHandle 方法會傳回指定線程的引擎線程標識符。 線程是由其系統句柄所指定。 |
IDebugSystemObjects2::GetThreadIdByProcessor (IDebugSystemObjects2) GetThreadIdByProcessor 方法會取得對應至指定處理器之內核模式虛擬線程的引擎線程標識符。 |
IDebugSystemObjects2::GetThreadIdBySystemId (IDebugSystemObjects2) GetThreadIdBySystemId 方法會傳回其系統線程標識碼所指定線程的引擎線程標識符。 |
IDebugSystemObjects2::GetThreadIdByTeb (IDebugSystemObjects2) GetThreadIdByTeb 方法會傳回其線程環境區塊所指定線程的引擎線程標識符, (TEB) 。 |
IDebugSystemObjects2::GetThreadIdsByIndex (IDebugSystemObjects2) GetThreadIdsByIndex 方法會傳回目前進程中指定線程的引擎和系統線程標識符。 |
IDebugSystemObjects2::GetTotalNumberThreads (IDebugSystemObjects2) GetTotalNumberThreads 方法會傳回所有進程的線程總數,以及任何進程中的最大線程數目。 |
IDebugSystemObjects2::SetCurrentProcessId (IDebugSystemObjects2) SetCurrentProcessId 方法會使指定的進程成為目前的進程。 |
IDebugSystemObjects2::SetCurrentThreadId (IDebugSystemObjects2) SetCurrentThreadId 方法會藉由指定引擎線程標識符來設定目前的線程。 |
IDebugSystemObjects2::SetImplicitProcessDataOffset SetImplicitProcessDataOffset 方法會設定目前目標的隱含進程。 這個方法屬於 IDebugSystemObjects2 介面。 |
IDebugSystemObjects2::SetImplicitThreadDataOffset SetImplicitThreadDataOffset 方法會設定目前進程的隱含線程。 這個方法屬於 IDebugSystemObjects2 介面。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | dbgeng.h (包含 Dbgeng.h) |