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.

38 lines
813 B

  1. //
  2. // Module: DPMS.H
  3. // Date: Aug 11, 1997
  4. //
  5. // Copyright (c) 1997 by ATI Technologies Inc.
  6. //
  7. /********************** PolyTron RCS Utilities
  8. $Revision: 1.1 $
  9. $Date: 21 Aug 1997 15:02:00 $
  10. $Author: MACIESOW $
  11. $Log: V:\source\wnt\ms11\miniport\archive\dpms.h_v $
  12. *
  13. * Rev 1.1 21 Aug 1997 15:02:00 MACIESOW
  14. * Initial revision.
  15. End of PolyTron RCS section *****************/
  16. #ifndef _DPMS_H_
  17. #define _DPMS_H_
  18. //
  19. // Prototypes for functions supplied by DPMS.C
  20. //
  21. VP_STATUS
  22. SetMonitorPowerState(
  23. PHW_DEVICE_EXTENSION phwDeviceExtension,
  24. VIDEO_POWER_STATE VideoPowerState
  25. );
  26. VP_STATUS
  27. GetMonitorPowerState(
  28. PHW_DEVICE_EXTENSION phwDeviceExtension,
  29. PVIDEO_POWER_STATE pVideoPowerState
  30. );
  31. #endif // _DPMS_H_