共用方式為


PoUnregisterSystemState 函式 (ntifs.h)

PoUnregisterSystemState 例程會取消 PoRegisterSystemState 所建立的系統狀態註冊。

語法

void PoUnregisterSystemState(
  [in, out] PVOID StateHandle
);

參數

[in, out] StateHandle

PoRegisterSystemState 先前傳回之句柄的指標。

傳回值

備註

此例程會取消 PoRegisterSystemState 所建立的系統忙碌狀態註冊,並釋放相關聯的 StateHandle

規格需求

需求
最低支援的用戶端 Windows 2000。
目標平台 Universal
標頭 ntifs.h (包括 Wdm.h、Ntddk.h、Ntifs.h)
程式庫 NtosKrnl.lib
Dll NtosKrnl.exe
IRQL <=APC_LEVEL

另請參閱

PoRegisterSystemState