IDebugSystemObjects2 接口 (dbgeng.h)

继承

IDebugSystemObjects2 接口继承自 IDebugSystemObjectsIDebugSystemObjects2 还具有以下类型的成员:

方法

IDebugSystemObjects2 接口具有这些方法。

 
IDebugSystemObjects2::GetCurrentProcessDataOffset

IDebugSystemObjects2::GetCurrentProcessDataOffset 方法返回描述当前进程的系统数据结构的位置。
IDebugSystemObjects2::GetCurrentProcessExecutableName

GetCurrentProcessExecutableName 方法返回在当前进程中加载的可执行文件的名称。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetCurrentProcessHandle

GetCurrentProcessHandle 方法返回当前进程的系统句柄。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentProcessId

GetCurrentProcessId 方法返回当前进程的引擎进程 ID。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentProcessPeb

GetCurrentProcessPeb 方法返回当前进程 (PEB) 的进程环境块。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentProcessSystemId

GetCurrentProcessSystemId 方法返回当前进程的系统进程 ID。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentProcessUpTime

GetCurrentProcessUpTime 方法返回当前进程运行的时间长度。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentThreadDataOffset

GetCurrentThreadDataOffset 方法返回当前线程的系统数据结构的位置。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetCurrentThreadHandle

GetCurrentThreadHandle 方法返回当前线程的系统句柄。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentThreadId

GetCurrentThreadId 方法返回当前线程的引擎线程 ID。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentThreadSystemId

GetCurrentThreadSystemId 方法返回当前线程的系统线程 ID。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetCurrentThreadTeb

GetCurrentThreadTeb 方法返回当前线程的 TEB) (线程环境块的位置。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetEventProcess

GetEventProcess 方法返回发生最后一个事件的进程的引擎进程 ID。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetEventThread

GetEventThread 方法返回发生最后一个事件的线程的引擎线程 ID。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetImplicitProcessDataOffset

GetImplicitProcessDataOffset 方法返回当前目标的隐式进程。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetImplicitThreadDataOffset

GetImplicitThreadDataOffset 方法返回当前进程的隐式线程。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetNumberProcesses

GetNumberProcesses 方法返回当前目标的进程数。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetNumberThreads

GetNumberThreads 方法返回当前进程中的线程数。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::GetProcessIdByDataOffset

IDebugSystemObjects2::GetProcessIdByDataOffset 方法返回指定进程的引擎进程 ID。 进程由其数据偏移量指定。
IDebugSystemObjects2::GetProcessIdByHandle

IDebugSystemObjects2::GetProcessIdByHandle 方法返回指定进程的引擎进程 ID。 进程由其系统句柄指定。
IDebugSystemObjects2::GetProcessIdByPeb

IDebugSystemObjects2::GetProcessIdByPeb 方法返回指定进程的引擎进程 ID。
IDebugSystemObjects2::GetProcessIdBySystemId

GetProcessIdBySystemId 方法返回由其系统进程 ID 指定的进程的引擎进程 ID。 此方法属于 IDebugSystemObjects2。
IDebugSystemObjects2::GetProcessIdsByIndex

IDebugSystemObjects2::GetProcessIdsByIndex 方法返回当前目标中指定进程的引擎进程 ID 和系统进程 ID。
IDebugSystemObjects2::GetThreadIdByDataOffset

IDebugSystemObjects2::GetThreadIdByDataOffset 方法返回引擎线程 ID。 线程由其系统数据结构指定。
IDebugSystemObjects2::GetThreadIdByHandle

IDebugSystemObjects2::GetThreadIdByHandle 方法返回指定线程的引擎线程 ID。 线程由其系统句柄指定。
IDebugSystemObjects2::GetThreadIdByProcessor

(IDebugSystemObjects2) GetThreadIdByProcessor 方法获取与指定处理器相对应的内核模式虚拟线程的引擎线程 ID。
IDebugSystemObjects2::GetThreadIdBySystemId

(IDebugSystemObjects2) GetThreadIdBySystemId 方法返回由其系统线程 ID 指定的线程的引擎线程 ID。
IDebugSystemObjects2::GetThreadIdByTeb

(IDebugSystemObjects2) GetThreadIdByTeb 方法返回由其线程环境块指定的线程的引擎线程 ID (TEB) 。
IDebugSystemObjects2::GetThreadIdsByIndex

(IDebugSystemObjects2) GetThreadIdsByIndex 方法返回当前进程中指定线程的引擎和系统线程 ID。
IDebugSystemObjects2::GetTotalNumberThreads

(IDebugSystemObjects2) GetTotalNumberThreads 方法返回所有进程的线程总数以及任何进程中的最大线程数。
IDebugSystemObjects2::SetCurrentProcessId

(IDebugSystemObjects2) SetCurrentProcessId 方法使指定的进程成为当前进程。
IDebugSystemObjects2::SetCurrentThreadId

(IDebugSystemObjects2) SetCurrentThreadId 方法通过指定引擎线程 ID 来设置当前线程。
IDebugSystemObjects2::SetImplicitProcessDataOffset

SetImplicitProcessDataOffset 方法为当前目标设置隐式进程。 此方法属于 IDebugSystemObjects2 接口。
IDebugSystemObjects2::SetImplicitThreadDataOffset

SetImplicitThreadDataOffset 方法为当前进程设置隐式线程。 此方法属于 IDebugSystemObjects2 接口。

要求

要求
目标平台 Windows
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugSystemObjects

IDebugSystemObjects3

IDebugSystemObjects4