#include "precomp.h"
#include <debug.h>
Go to the source code of this file.
Data Structures |
| struct | LPPROFILE |
| struct | PPROFILEDATA |
Functions |
| static INT_PTR CALLBACK | CopyProfileDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR CALLBACK | RenameProfileDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static DWORD | GetUserWaitInterval (VOID) |
| static VOID | SetUserWaitInterval (DWORD dwWaitInterval) |
| static BOOL | GetProfileCount (LPDWORD lpProfileCount) |
| static VOID | GetProfile (HWND hwndDlg, HKEY hKey, LPWSTR lpName, PPROFILE pProfile) |
| static BOOL | GetProfiles (HWND hwndDlg) |
| static BOOL | OnInitDialog (HWND hwndDlg) |
| static VOID | OnOk (HWND hwndDlg) |
| INT_PTR CALLBACK | HardProfDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |