summaryrefslogtreecommitdiff
path: root/Shutdown/ShutdownApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Shutdown/ShutdownApp.h')
-rw-r--r--Shutdown/ShutdownApp.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Shutdown/ShutdownApp.h b/Shutdown/ShutdownApp.h
new file mode 100644
index 0000000..65dbdac
--- /dev/null
+++ b/Shutdown/ShutdownApp.h
@@ -0,0 +1,25 @@
+// ShutdownApp.h: interface for the CShutdownApp class.
+//
+//////////////////////////////////////////////////////////////////////
+
+#if !defined(AFX_ShutdownApp_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_)
+#define AFX_ShutdownApp_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+#include "..\common\NightSecApp.h"
+
+class CShutdownApp : public CNightSecApp
+{
+public:
+ CShutdownApp();
+ virtual ~CShutdownApp();
+
+ virtual bool InitInstance();
+ HRESULT DoShutdown(HWND hwndParent, long lOptions = 0);
+
+};
+
+#endif // !defined(AFX_ShutdownApp_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_)