Source code of Windows XP (NT5)
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
572 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1996
  4. *
  5. * TITLE: APM.H
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: Patrickf
  10. *
  11. * DATE: 09 November, 1998
  12. *
  13. *******************************************************************************/
  14. #include "setupapi.h"
  15. #include "dbt.h"
  16. #include "stdlib.h"
  17. #include "tchar.h"
  18. #include "regstr.h"
  19. #include "cfgmgr32.h"
  20. #include "initguid.h"
  21. #include "devguid.h"
  22. #include "winioctl.h"
  23. #define APM_DISABLE 0x00000000
  24. #define APM_ENABLE 0x00000001