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.

36 lines
529 B

  1. /*++
  2. Copyright (c) 1991-2002 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. HRESULT
  20. DirtyShutdownEventHandler(BOOL NotifyPcHealth);
  21. #endif // _ERDIRTY_H_