#ifndef _NTPOAPI_H
/**
* The NtIsSystemResumeAutomatic routine 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 GitHubNo description available.