ReactOS
0.4.15-dev-5640-g0dde428
|
#include "usrmgr.h"
Go to the source code of this file.
Classes | |
struct | _USER_DATA |
Typedefs | |
typedef struct _USER_DATA | USER_DATA |
typedef struct _USER_DATA * | 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 | UserChangePassword (HWND hwndDlg) |
static VOID | UpdateNewUserOptions (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) |
typedef struct _USER_DATA * PUSER_DATA |
typedef struct _USER_DATA USER_DATA |
Definition at line 57 of file users.c.
Referenced by UserChangePassword().
Definition at line 186 of file users.c.
Referenced by UserNew().
|
static |
|
static |
Definition at line 551 of file users.c.
Referenced by OnNotify().
Definition at line 509 of file users.c.
Referenced by UsersPageProc().
|
static |
Definition at line 605 of file users.c.
Referenced by UsersPageProc().
Definition at line 429 of file users.c.
Referenced by OnInitDialog().
|
static |
Definition at line 156 of file users.c.
Referenced by NewUserDlgProc().
Definition at line 650 of file users.c.
Referenced by UsersPageProc().
Definition at line 461 of file users.c.
Referenced by OnInitDialog().
Definition at line 110 of file users.c.
Referenced by UsersPageProc().
Definition at line 387 of file users.c.
Referenced by UsersPageProc().
Definition at line 302 of file users.c.
Referenced by UsersPageProc().
Definition at line 369 of file users.c.
Referenced by UsersPageProc().
Definition at line 689 of file users.c.
Referenced by UsrmgrApplet().