Annotation of truecrypt/mount/mount.h, revision 1.1

1.1     ! root        1: /* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
        !             2:    This product uses components written by Paul Le Roux <[email protected]> */
        !             3: 
        !             4: /* Everything below this line is automatically updated by the -mkproto-tool- */
        !             5: 
        !             6: void localcleanup ( void );
        !             7: void EndMainDlg ( HWND hwndDlg );
        !             8: void EnableDisableButtons ( HWND hwndDlg );
        !             9: void OpenPageHelp ( HWND hwndDlg );
        !            10: void LoadSettings ( HWND hwndDlg );
        !            11: void SaveSettings ( HWND hwndDlg );
        !            12: void WriteRegistryInt (char *name, int value);
        !            13: void WriteRegistryString (char *name, char *str);
        !            14: BOOL SelectItem ( HWND hTree , char nLetter );
        !            15: void LoadDriveLetters ( HWND hTree, int drive );
        !            16: BOOL WINAPI PasswordChangeDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
        !            17: BOOL WINAPI PasswordDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
        !            18: void BuildTree ( HWND hTree );
        !            19: LPARAM GetSelectedLong ( HWND hTree );
        !            20: LPARAM GetItemLong ( HWND hTree, int itemNo );
        !            21: BOOL WINAPI CommandHelpDlgProc ( HWND hwndDlg , UINT msg , WPARAM wParam , LPARAM lParam );
        !            22: BOOL CALLBACK MainDialogProc ( HWND hwndDlg , UINT uMsg , WPARAM wParam , LPARAM lParam );
        !            23: void ExtractCommandLine ( HWND hwndDlg , char *lpszCommandLine );
        !            24: int WINAPI WINMAIN ( HINSTANCE hInstance , HINSTANCE hPrevInstance , char *lpszCommandLine , int nCmdShow );
        !            25: void WipeCache (HWND hwndDlg);
        !            26: void OpenVolumeExplorerWindow (int driveNo);
        !            27: void CloseVolumeExplorerWindows (HWND hwnd, int driveNo);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.