Go to the source code of this file.
Data Structures |
| struct | PUSER_DATA |
Functions |
| static BOOL | CheckPasswords (HWND hwndDlg, INT nIdDlgItem1, INT nIdDlgItem2) |
| INT_PTR CALLBACK | ChangePasswordDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static VOID | UpdateUserOptions (HWND hwndDlg, PUSER_INFO_3 userInfo, BOOL bInit) |
| INT_PTR CALLBACK | NewUserDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static VOID | UserNew (HWND hwndDlg) |
| static VOID | UserRename (HWND hwndDlg) |
| static BOOL | UserDelete (HWND hwndDlg) |
| static VOID | SetUsersListColumns (HWND hwndListView) |
| static VOID | UpdateUsersList (HWND hwndListView) |
| static VOID | OnInitDialog (HWND hwndDlg) |
| static BOOL | OnBeginLabelEdit (LPNMLVDISPINFO pnmv) |
| static BOOL | OnEndLabelEdit (LPNMLVDISPINFO pnmv) |
| static BOOL | OnNotify (HWND hwndDlg, PUSER_DATA pUserData, NMHDR *phdr) |
| static VOID | UpdateUserProperties (HWND hwndDlg) |
| INT_PTR CALLBACK | UsersPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |