|
|
1.1.1.3 root 1: /* The source code contained in this file has been derived from the source code
2: of Encryption for the Masses 2.02a by Paul Le Roux. Modifications and
1.1.1.5 ! root 3: additions to that source code contained in this file are Copyright (c) 2004-2005
1.1.1.4 root 4: TrueCrypt Foundation and Copyright (c) 2004 TrueCrypt Team. Unmodified
1.1.1.3 root 5: parts are Copyright (c) 1998-99 Paul Le Roux. This is a TrueCrypt Foundation
6: release. Please see the file license.txt for full license details. */
1.1 root 7:
8: /* Everything below this line is automatically updated by the -mkproto-tool- */
9:
10: void localcleanup ( void );
11: void EndMainDlg ( HWND hwndDlg );
12: void EnableDisableButtons ( HWND hwndDlg );
13: void OpenPageHelp ( HWND hwndDlg );
14: void LoadSettings ( HWND hwndDlg );
15: void SaveSettings ( HWND hwndDlg );
16: void WriteRegistryInt (char *name, int value);
17: void WriteRegistryString (char *name, char *str);
18: BOOL SelectItem ( HWND hTree , char nLetter );
19: void LoadDriveLetters ( HWND hTree, int drive );
20: BOOL WINAPI PasswordChangeDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
21: BOOL WINAPI PasswordDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
22: void BuildTree ( HWND hTree );
23: LPARAM GetSelectedLong ( HWND hTree );
24: LPARAM GetItemLong ( HWND hTree, int itemNo );
25: BOOL WINAPI CommandHelpDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
26: BOOL CALLBACK MainDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM lParam );
27: void ExtractCommandLine ( HWND hwndDlg , char *lpszCommandLine );
28: int WINAPI WINMAIN ( HINSTANCE hInstance , HINSTANCE hPrevInstance , char *lpszCommandLine , int nCmdShow );
29: void WipeCache (HWND hwndDlg);
30: void OpenVolumeExplorerWindow (int driveNo);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.