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
36 lines
529 B
/*++
|
|
|
|
Copyright (c) 1991-2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
erdirty.h
|
|
|
|
Abstract:
|
|
|
|
This module contains the code to report pending dirty shutdown
|
|
events at logon after dirty reboot.
|
|
|
|
Author:
|
|
|
|
Ian Service (ianserv) 29-May-2001
|
|
|
|
Environment:
|
|
|
|
User mode at logon.
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _ERDIRTY_H_
|
|
#define _ERDIRTY_H_
|
|
|
|
//
|
|
// Prototypes of routines supplied by erwatch.cpp.
|
|
//
|
|
|
|
HRESULT
|
|
DirtyShutdownEventHandler(BOOL NotifyPcHealth);
|
|
|
|
#endif // _ERDIRTY_H_
|