KeQueryRuntimeThread 함수(wdm.h)

KeQueryRuntimeThread 루틴은 스레드의 누적 커널 모드 및 사용자 모드 런타임을 클록 틱 단위로 보고합니다.

구문

ULONG KeQueryRuntimeThread(
  [in]  PKTHREAD Thread,
  [out] PULONG   UserTime
);

매개 변수

[in] Thread

KTHREAD 형식의 디스패처 개체에 대한 포인터입니다.

[out] UserTime

KeQueryRuntimeThread가 현재 스레드의 누적 사용자 모드 런타임을 클록 틱 단위로 반환하는 메모리 위치에 대한 포인터입니다.

반환 값

KeQueryRuntimeThread 는 현재 스레드의 누적 커널 모드 런타임을 클록 틱 단위로 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP부터 사용할 수 있습니다.
대상 플랫폼 유니버설
헤더 wdm.h(Wdm.h, Ntddk.h, Ntifs.h 포함)
라이브러리 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL PASSIVE_LEVEL
DDI 규정 준수 규칙 HwStorPortProhibitedDDIs(storport), PowerIrpDDis(wdm)

추가 정보

KeQueryTimeIncrement