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.

28 lines
461 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sSUsr.h
  5. Abstract:
  6. Environment:
  7. Kernel mode
  8. Notes:
  9. Copyright (c) 2000 Microsoft Corporation.
  10. All Rights Reserved.
  11. --*/
  12. #ifndef _SEL_SUSPEND_USER_H
  13. #define _SEL_SUSPEND_USER_H
  14. // {6068EB61-98E7-4c98-9E20-1F068295909A}
  15. DEFINE_GUID(GUID_GENERIC_SELECTIVE_SUSPEND,
  16. 0x6068eb61, 0x98e7, 0x4c98, 0x9e, 0x20, 0x1f, 0x6, 0x82, 0x95, 0x90, 0x9a);
  17. #endif