windows-nt/Source/XPSP1/NT/shell/osshell/cpls/powercfg/ntapm.h
2020-09-26 16:20:57 +08:00

28 lines
572 B
C

/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 1996
*
* TITLE: APM.H
*
* VERSION: 2.0
*
* AUTHOR: Patrickf
*
* DATE: 09 November, 1998
*
*******************************************************************************/
#include "setupapi.h"
#include "dbt.h"
#include "stdlib.h"
#include "tchar.h"
#include "regstr.h"
#include "cfgmgr32.h"
#include "initguid.h"
#include "devguid.h"
#include "winioctl.h"
#define APM_DISABLE 0x00000000
#define APM_ENABLE 0x00000001