diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-27 00:12:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-27 01:01:53 +0200 |
commit | 70215e3682345243301d410fc0072f294006403c (patch) | |
tree | a36ac199a658370a549a1fec7b1d413ff62f1ad7 /src/Common/Dlgcode.h | |
parent | 8ebf5ac605d57eab80b600a7827d2ba48668d887 (diff) | |
download | VeraCrypt-70215e3682345243301d410fc0072f294006403c.tar.gz VeraCrypt-70215e3682345243301d410fc0072f294006403c.zip |
Windows: GUI modifications around PIN field
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 1fd12d40..7dee2db5 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -481,6 +481,7 @@ BOOL IsWindowsIsoBurnerAvailable (); BOOL LaunchWindowsIsoBurner (HWND hwnd, const char *isoPath);
BOOL IsApplicationInstalled (const char *appName);
int GetPin (HWND hwndDlg, UINT ctrlId);
+void SetPin (HWND hwndDlg, UINT ctrlId, int pin);
#ifdef __cplusplus
}
|