VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.h
diff options
context:
space:
mode:
authorBruna2803 <bruna.radeljak@hotmail.com>2021-08-09 13:53:06 +0200
committerBruna2803 <bruna.radeljak@hotmail.com>2021-08-09 13:53:06 +0200
commit7499ae384f8a64d04070a5ee0ae29b944a50bbcc (patch)
tree2c70125105a9662de8ab6651e775e8227b3e6765 /src/Common/Dlgcode.h
parent1c51a76c7eab117bb6c74a3897a6df8197945c90 (diff)
downloadVeraCrypt-7499ae384f8a64d04070a5ee0ae29b944a50bbcc.tar.gz
VeraCrypt-7499ae384f8a64d04070a5ee0ae29b944a50bbcc.zip
System Encryption: translate password to US keyboard layout + improved new interface
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r--src/Common/Dlgcode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h
index 6370c2a7..86e655a7 100644
--- a/src/Common/Dlgcode.h
+++ b/src/Common/Dlgcode.h
@@ -259,6 +259,12 @@ typedef enum BitLockerEncryptionStatus
#define ISO_BURNER_TOOL L"isoburn.exe"
#define PRINT_TOOL L"notepad.exe"
+wchar_t *GetTranslatedPassword ();
+BOOL TranslatePwdToUSKbdLayout (HWND hwnd, LPARAM lParam, BOOL deadKey);
+void WipeTranslatedPassword ();
+BOOL CheckKeyboardLayout ();
+BOOL CheckIsIMESupported ();
+
void InitGlobalLocks ();
void FinalizeGlobalLocks ();
void cleanup ( void );
@@ -351,6 +357,7 @@ BOOL CALLBACK CipherTestDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam ,
void ResetCipherTest ( HWND hwndDlg , int idTestCipher );
void ResetCurrentDirectory ();
BOOL BrowseFiles (HWND hwndDlg, char *stringId, wchar_t *lpszFileName, BOOL keepHistory, BOOL saveMode, wchar_t *browseFilter);
+BOOL BrowseFile (HWND hwndDlg, char *stringId, wchar_t *initialDir);
BOOL BrowseDirectories (HWND hWnd, char *lpszTitle, wchar_t *dirName);
void handleError ( HWND hwndDlg , int code, const char* srcPos );
BOOL CheckFileStreamWriteErrors (HWND hwndDlg, FILE *file, const wchar_t *fileName);