IDebugSystemObjects2 인터페이스(dbgeng.h)
상속
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 (IDebugSystemObjects2) GetThreadIdByProcessor 메서드는 지정된 프로세서에 해당하는 커널 모드 가상 스레드의 엔진 스레드 ID를 가져옵니다. |
IDebugSystemObjects2::GetThreadIdBySystemId (IDebugSystemObjects2) GetThreadIdBySystemId 메서드는 시스템 스레드 ID로 지정된 스레드에 대한 엔진 스레드 ID를 반환합니다. |
IDebugSystemObjects2::GetThreadIdByTeb (IDebugSystemObjects2) GetThreadIdByTeb 메서드는 TEB(스레드 환경 블록)로 지정된 스레드에 대한 엔진 스레드 ID를 반환합니다. |
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 포함) |