From f9782fb3f6393b967d2997feff85d59c01a7db80 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 21 Jul 2020 10:59:44 +0200 Subject: Windows: Implement detection of Hibernate and Fast Startup and disable them if RAM encryption is activated. --- src/Common/Dlgcode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Dlgcode.h') diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 52d94f10..2378aeb8 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -745,6 +745,7 @@ public: DWORD GotEnter(void); }; +BOOL GetHibernateStatus (BOOL& bHibernateEnabled, BOOL& bHiberbootEnabled); #endif // __cplusplus -- cgit v1.2.3