Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PoUnregisterSystemState routine cancels a system state registration created by PoRegisterSystemState.
Syntax
VOID PoUnregisterSystemState(
[in, out] PVOID StateHandle
);
Parameters
[in, out] StateHandle
A pointer to a handle previously returned by PoRegisterSystemState.
Return value
None
Remarks
This routine cancels a system busy state registration established by PoRegisterSystemState and frees the associated StateHandle.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000. |
| Target Platform | Universal |
| Header | ntifs.h (include Wdm.h, Ntddk.h, Ntifs.h) |
| Library | NtosKrnl.lib |
| DLL | NtosKrnl.exe |
| IRQL | <=APC_LEVEL |