diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-21 10:59:44 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-21 12:47:20 +0200 |
commit | f9782fb3f6393b967d2997feff85d59c01a7db80 (patch) | |
tree | be475906690b04857b551003c47b041e2b286553 /src/Common/Dlgcode.h | |
parent | 425e4e7d365795b820fa145403b2be372894c48b (diff) | |
download | VeraCrypt-f9782fb3f6393b967d2997feff85d59c01a7db80.tar.gz VeraCrypt-f9782fb3f6393b967d2997feff85d59c01a7db80.zip |
Windows: Implement detection of Hibernate and Fast Startup and disable them if RAM encryption is activated.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |