IDebugSystemObjects3 인터페이스(dbgeng.h)
상속
IDebugSystemObjects3 인터페이스는 IDebugSystemObjects2에서 상속됩니다. IDebugSystemObjects3 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IDebugSystemObjects3 인터페이스에는 이러한 메서드가 있습니다.
IDebugSystemObjects3::GetCurrentProcessDataOffset IDebugSystemObjects3::GetCurrentProcessDataOffset 메서드는 현재 프로세스를 설명하는 시스템 데이터 구조의 위치를 반환합니다. |
IDebugSystemObjects3::GetCurrentProcessExecutableName GetCurrentProcessExecutableName 메서드는 현재 프로세스에 로드된 실행 파일의 이름을 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetCurrentProcessHandle GetCurrentProcessHandle 메서드는 현재 프로세스에 대한 시스템 핸들을 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentProcessId GetCurrentProcessId 메서드는 현재 프로세스에 대한 엔진 프로세스 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentProcessPeb GetCurrentProcessPeb 메서드는 현재 프로세스의 PEB(프로세스 환경 블록)를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentProcessSystemId GetCurrentProcessSystemId 메서드는 현재 프로세스의 시스템 프로세스 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentProcessUpTime GetCurrentProcessUpTime 메서드는 현재 프로세스가 실행된 시간을 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentSystemId GetCurrentSystemId 메서드는 현재 프로세스에 대한 엔진 대상 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentSystemServer 현재 프로세스의 서버를 가져옵니다. |
IDebugSystemObjects3::GetCurrentSystemServerName 현재 프로세스의 서버 이름을 가져옵니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentThreadDataOffset GetCurrentThreadDataOffset 메서드는 현재 스레드에 대한 시스템 데이터 구조의 위치를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetCurrentThreadHandle GetCurrentThreadHandle 메서드는 현재 스레드에 대한 시스템 핸들을 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentThreadId GetCurrentThreadId 메서드는 현재 스레드에 대한 엔진 스레드 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentThreadSystemId GetCurrentThreadSystemId 메서드는 현재 스레드의 시스템 스레드 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetCurrentThreadTeb GetCurrentThreadTeb 메서드는 현재 스레드에 대한 TEB(스레드 환경 블록)의 위치를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetEventProcess GetEventProcess 메서드는 마지막 이벤트가 발생한 프로세스의 엔진 프로세스 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetEventSystem GetEventSystem 메서드는 마지막 이벤트가 발생한 대상의 엔진 대상 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetEventThread GetEventThread 메서드는 마지막 이벤트가 발생한 스레드의 엔진 스레드 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetImplicitProcessDataOffset GetImplicitProcessDataOffset 메서드는 현재 대상에 대한 암시적 프로세스를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetImplicitThreadDataOffset GetImplicitThreadDataOffset 메서드는 현재 프로세스에 대한 암시적 스레드를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetNumberProcesses GetNumberProcesses 메서드는 현재 대상에 대한 프로세스 수를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetNumberSystems GetNumberSystems 메서드는 엔진이 현재 연결된 대상 수를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetNumberThreads GetNumberThreads 메서드는 현재 프로세스의 스레드 수를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetProcessIdByDataOffset IDebugSystemObjects3::GetProcessIdByDataOffset 메서드는 지정된 프로세스에 대한 엔진 프로세스 ID를 반환합니다. 프로세스는 데이터 오프셋으로 지정됩니다. |
IDebugSystemObjects3::GetProcessIdByHandle IDebugSystemObjects3::GetProcessIdByHandle 메서드는 지정된 프로세스에 대한 엔진 프로세스 ID를 반환합니다. 프로세스는 시스템 핸들에 의해 지정됩니다. |
IDebugSystemObjects3::GetProcessIdByPeb IDebugSystemObjects3::GetProcessIdByPeb 메서드는 지정된 프로세스에 대한 엔진 프로세스 ID를 반환합니다. |
IDebugSystemObjects3::GetProcessIdBySystemId GetProcessIdBySystemId 메서드는 시스템 프로세스 ID로 지정된 프로세스에 대한 엔진 프로세스 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3에 속합니다. |
IDebugSystemObjects3::GetProcessIdsByIndex IDebugSystemObjects3::GetProcessIdsByIndex 메서드는 현재 대상의 지정된 프로세스에 대한 엔진 프로세스 ID 및 시스템 프로세스 ID를 반환합니다. |
IDebugSystemObjects3::GetSystemByServer 서버에 대한 시스템을 가져옵니다. |
IDebugSystemObjects3::GetSystemIdsByIndex GetSystemIdsByIndex 메서드는 지정된 대상에 대한 엔진 대상 ID를 반환합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::GetThreadIdByDataOffset IDebugSystemObjects3::GetThreadIdByDataOffset 메서드는 엔진 스레드 ID를 반환합니다. 스레드는 시스템 데이터 구조에 의해 지정됩니다. |
IDebugSystemObjects3::GetThreadIdByHandle IDebugSystemObjects3::GetThreadIdByHandle 메서드는 지정된 스레드에 대한 엔진 스레드 ID를 반환합니다. 스레드는 시스템 핸들에 의해 지정됩니다. |
IDebugSystemObjects3::GetThreadIdByProcessor (IDebugSystemObjects3) GetThreadIdByProcessor 메서드는 지정된 프로세서에 해당하는 커널 모드 가상 스레드의 엔진 스레드 ID를 가져옵니다. |
IDebugSystemObjects3::GetThreadIdBySystemId (IDebugSystemObjects3) GetThreadIdBySystemId 메서드는 시스템 스레드 ID로 지정된 스레드에 대한 엔진 스레드 ID를 반환합니다. |
IDebugSystemObjects3::GetThreadIdByTeb (IDebugSystemObjects3) GetThreadIdByTeb 메서드는 TEB(스레드 환경 블록)로 지정된 스레드에 대한 엔진 스레드 ID를 반환합니다. |
IDebugSystemObjects3::GetThreadIdsByIndex (IDebugSystemObjects3) GetThreadIdsByIndex 메서드는 현재 프로세스에서 지정된 스레드에 대한 엔진 및 시스템 스레드 ID를 반환합니다. |
IDebugSystemObjects3::GetTotalNumberThreads (IDebugSystemObjects3) GetTotalNumberThreads 메서드는 모든 프로세스의 총 스레드 수와 모든 프로세스에서 가장 많은 스레드 수를 반환합니다. |
IDebugSystemObjects3::GetTotalNumberThreadsAndProcesses IDebugSystemObjects3::GetTotalNumberThreadsAndProcesses 메서드는 엔진이 연결된 대상의 총 스레드 및 프로세스 수를 반환합니다. |
IDebugSystemObjects3::SetCurrentProcessId SetCurrentProcessId 메서드는 지정된 프로세스를 현재 프로세스로 만듭니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::SetCurrentSystemId SetCurrentSystemId 메서드는 지정된 대상을 현재 대상으로 만듭니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::SetCurrentThreadId (IDebugSystemObjects3) SetCurrentThreadId 메서드는 엔진 스레드 ID를 지정하여 현재 스레드를 설정합니다. |
IDebugSystemObjects3::SetImplicitProcessDataOffset SetImplicitProcessDataOffset 메서드는 현재 대상에 대한 암시적 프로세스를 설정합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
IDebugSystemObjects3::SetImplicitThreadDataOffset SetImplicitThreadDataOffset 메서드는 현재 프로세스에 대한 암시적 스레드를 설정합니다. 이 메서드는 IDebugSystemObjects3 인터페이스에 속합니다. |
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | dbgeng.h(Dbgeng.h 포함) |