VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Tcformat.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-16 15:47:03 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-01-16 15:47:03 +0100
commit594a8d27063c62425b039965c8174d65fe0addd0 (patch)
treec04b655dd450f2b1f3612daf34ccf0bef43503cb /src/Format/Tcformat.h
parent0d92195c91ec07f2a72d4e4c952bfff672983fa3 (diff)
parentfcb220e39ad0cb051f097a674898683c4531e5c9 (diff)
downloadVeraCrypt-594a8d27063c62425b039965c8174d65fe0addd0.tar.gz
VeraCrypt-594a8d27063c62425b039965c8174d65fe0addd0.zip
Merge branch 'e2Security-master' into NewSysEncWizard
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r--src/Format/Tcformat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h
index f9328afd..a8237521 100644
--- a/src/Format/Tcformat.h
+++ b/src/Format/Tcformat.h
@@ -104,6 +104,14 @@ extern wchar_t HeaderKeyGUIView [KEY_GUI_VIEW_SIZE];
extern wchar_t MasterKeyGUIView [KEY_GUI_VIEW_SIZE];
extern volatile int NonSysInplaceEncStatus;
+BOOL CALLBACK AdvanceDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+BOOL CALLBACK FinishDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+void AddComboPairW (HWND hComboBox, const wchar_t *lpszItem, int value);
+int PrintStrongness (char* input, unsigned int length);
+BOOL CheckWord (char search[]);
+BOOL CALLBACK AdvanceDlgProcIntro (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+void CreateToolTip (HWND hWndParent, HWND hControlItem, PTSTR pszText);
+
#ifdef __cplusplus
}
#endif