Leaked source code of windows server 2003
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.

22 lines
381 B

  1. /*
  2. * ACPISI.H - ACPI OS Independent System Indicator Routines
  3. *
  4. * Notes:
  5. *
  6. * This file provides OS independent functions for managing system indicators
  7. *
  8. */
  9. typedef enum _SYSTEM_INDICATORS {
  10. SystemStatus,
  11. MessageWaiting
  12. } SYSTEM_INDICATORS;
  13. extern BOOLEAN SetSystemIndicator (SYSTEM_INDICATORS SystemIndicators, ULONG Value);