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
503 B

  1. /*++
  2. Copyright (c) 1991-2001 Microsoft Corporation
  3. Module Name:
  4. erdirty.h
  5. Abstract:
  6. This module contains the code to report pending dirty shutdown
  7. events at logon after dirty reboot.
  8. Author:
  9. Ian Service (ianserv) 29-May-2001
  10. Environment:
  11. User mode at logon.
  12. Revision History:
  13. --*/
  14. #ifndef _ERDIRTY_H_
  15. #define _ERDIRTY_H_
  16. //
  17. // Prototypes of routines supplied by erwatch.cpp.
  18. //
  19. BOOL
  20. DirtyShutdownEventHandler(
  21. IN BOOL NotifyPcHealth
  22. );
  23. #endif // _ERDIRTY_H_