1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-01-06 21:58:11 -06:00

Windows: GUI modifications around PIN field

This commit is contained in:
Mounir IDRASSI
2015-05-27 00:12:46 +02:00
parent 8ebf5ac605
commit 70215e3682
11 changed files with 63 additions and 62 deletions

View File

@@ -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
}