遗产
IDebugSystemObjects2 接口继承自 IDebugSystemObjects。 IDebugSystemObjects2 也有以下类型的成员:
方法
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 GetThreadIdByProcessor 方法获取与指定处理器对应的内核模式虚拟线程的引擎线程 ID(IDebugSystemObjects2)。 |
IDebugSystemObjects2::GetThreadIdBySystemId GetThreadIdBySystemId 方法返回由其系统线程 ID 指定的线程的引擎线程 ID。 |
IDebugSystemObjects2::GetThreadIdByTeb (IDebugSystemObjects2) GetThreadIdByTeb 方法返回其线程环境块 (TEB) 指定的线程的引擎线程 ID。 |
IDebugSystemObjects2::GetThreadIdsByIndex GetThreadIdsByIndex 方法返回当前进程中指定线程的引擎和系统线程 ID。 |
IDebugSystemObjects2::GetTotalNumberThreads GetTotalNumberThreads 方法返回所有进程的线程总数以及任何进程中的最大线程数。 |
IDebugSystemObjects2::SetCurrentProcessId SetCurrentProcessId 方法将指定的进程设置为当前进程(IDebugSystemObjects2)。 |
IDebugSystemObjects2::SetCurrentThreadId SetCurrentThreadId 方法通过指定引擎线程 ID 来设置当前线程。 |
IDebugSystemObjects2::SetImplicitProcessDataOffset SetImplicitProcessDataOffset 方法设置当前目标的隐式进程。 此方法属于 IDebugSystemObjects2 接口。 |
IDebugSystemObjects2::SetImplicitThreadDataOffset SetImplicitThreadDataOffset 方法设置当前进程的隐式线程。 此方法属于 IDebugSystemObjects2 接口。 |
要求
要求 | 价值 |
---|---|
目标平台 | 窗户 |
标头 | dbgeng.h (包括 Dbgeng.h) |