You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
599 B
27 lines
599 B
/*******************************************************************************
|
|
*
|
|
* (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
|
|
|