windows-nt/Source/XPSP1/NT/base/ntos/inc/apmlib.h

30 lines
395 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05: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