00001 /*++ 00002 00003 Module Name: 00004 00005 apmlib.h 00006 00007 Abstract: 00008 00009 Interfaces used for apm support, setup, etc. 00010 00011 Author: 00012 00013 Revision History: 00014 00015 --*/ 00016 00017 BOOLEAN IsSystemACPI(); 00018 00019 BOOLEAN IsApmActive(); 00020 00021 ULONG IsApmPresent(); 00022 00023 #define APM_NOT_PRESENT 0 00024 #define APM_PRESENT_BUT_NOT_USABLE 1 00025 #define APM_ON_GOOD_LIST 2 00026 #define APM_NEUTRAL 3 00027 #define APM_ON_BAD_LIST 4 00028 00029