#ifndef _NTPOAPI_H
/**
* Checks if the system resume is automatic.
*
* @return BOOLEAN TRUE if the system resume is automatic, FALSE otherwise.
*/
NTSYSCALLAPI
BOOLEAN
NTAPI
NtIsSystemResumeAutomatic(
VOID
);
View code on GitHub
#ifndef _NTZWAPI_H
NTSYSCALLAPI
BOOLEAN
NTAPI
ZwIsSystemResumeAutomatic(
VOID
);
View code on GitHub
No description available.