Windows2000/private/ntos/inc/apmlib.h
2020-09-30 17:12:32 +02:00

30 lines
393 B
C

/*++
Module Name:
apmlib.h
Abstract:
Interfaces used for apm support, setup, etc.
Author:
Revision History:
*/
BOOLEAN IsSystemACPI();
BOOLEAN IsApmActive();
ULONG IsApmPresent();
#define APM_NOT_PRESENT 0
#define APM_PRESENT_BUT_NOT_USABLE 1
#define APM_ON_GOOD_LIST 2
#define APM_NEUTRAL 3
#define APM_ON_BAD_LIST 4