Windows2000/private/ntos/inc/apmlib.h

30 lines
393 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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