ReactOS
0.4.15-dev-4914-g2220e56
|
Go to the source code of this file.
Classes | |
struct | _ENUM_CONTEXT |
Typedefs | |
typedef struct _ENUM_CONTEXT | ENUM_CONTEXT |
typedef struct _ENUM_CONTEXT * | PENUM_CONTEXT |
Variables | |
LIST_ENTRY | g_EnumContextListHead |
CRITICAL_SECTION | g_EnumContextListLock |
LONG | g_EnumContextHandle = 0 |
typedef struct _ENUM_CONTEXT ENUM_CONTEXT |
typedef struct _ENUM_CONTEXT * PENUM_CONTEXT |
|
static |
Definition at line 2656 of file user.c.
Referenced by NetUserEnum().
|
static |
Definition at line 550 of file user.c.
Referenced by NetUserEnum(), and NetUserGetInfo().
Definition at line 263 of file user.c.
Referenced by SetUserInfo().
|
static |
|
static |
Definition at line 2692 of file user.c.
Referenced by NetUserEnum().
|
static |
Definition at line 127 of file user.c.
Referenced by BuildUserInfoBuffer().
|
static |
Definition at line 80 of file user.c.
Referenced by ChangeUserDacl(), and GetAccountFlags().
|
static |
Definition at line 243 of file user.c.
Referenced by BuildUserInfoBuffer().
|
static |
Definition at line 285 of file user.c.
Referenced by BuildUserInfoBuffer(), and SetUserInfo().
|
static |
Definition at line 410 of file user.c.
Referenced by BuildUserInfoBuffer().
|
static |
Definition at line 2707 of file user.c.
Referenced by NetUserEnum().
NET_API_STATUS WINAPI NetUserAdd | ( | LPCWSTR | servername, |
DWORD | level, | ||
LPBYTE | bufptr, | ||
LPDWORD | parm_err | ||
) |
Definition at line 2273 of file user.c.
Referenced by cmdComputer(), cmdUser(), and UserNew().
NET_API_STATUS WINAPI NetUserChangePassword | ( | LPCWSTR | domainname, |
LPCWSTR | username, | ||
LPCWSTR | oldpassword, | ||
LPCWSTR | newpassword | ||
) |
Definition at line 2399 of file user.c.
NET_API_STATUS WINAPI NetUserDel | ( | LPCWSTR | servername, |
LPCWSTR | username | ||
) |
Definition at line 2543 of file user.c.
Referenced by cmdComputer(), cmdUser(), and UserDelete().
NET_API_STATUS WINAPI NetUserEnum | ( | LPCWSTR | servername, |
DWORD | level, | ||
DWORD | filter, | ||
LPBYTE * | bufptr, | ||
DWORD | prefmaxlen, | ||
LPDWORD | entriesread, | ||
LPDWORD | totalentries, | ||
LPDWORD | resume_handle | ||
) |
Definition at line 2740 of file user.c.
Referenced by EnumerateUsers(), InitGroupMembersList(), and UpdateUsersList().
NET_API_STATUS WINAPI NetUserGetGroups | ( | LPCWSTR | servername, |
LPCWSTR | username, | ||
DWORD | level, | ||
LPBYTE * | bufptr, | ||
DWORD | prefixmaxlen, | ||
LPDWORD | entriesread, | ||
LPDWORD | totalentries | ||
) |
Definition at line 2982 of file user.c.
Referenced by DisplayUser().
NET_API_STATUS WINAPI NetUserGetInfo | ( | LPCWSTR | servername, |
LPCWSTR | username, | ||
DWORD | level, | ||
LPBYTE * | bufptr | ||
) |
Definition at line 3147 of file user.c.
Referenced by cmdUser(), DisplayUser(), GetUserGeneralData(), GetUserProfileData(), SetUserGeneralData(), SetUserProfileData(), and UpdateUserProperties().
NET_API_STATUS WINAPI NetUserGetLocalGroups | ( | LPCWSTR | servername, |
LPCWSTR | username, | ||
DWORD | level, | ||
DWORD | flags, | ||
LPBYTE * | bufptr, | ||
DWORD | prefmaxlen, | ||
LPDWORD | entriesread, | ||
LPDWORD | totalentries | ||
) |
Definition at line 3324 of file user.c.
Referenced by AddGroupToUser(), DisplayUser(), and GetUserMembershipData().
NET_API_STATUS WINAPI NetUserModalsGet | ( | LPCWSTR | servername, |
DWORD | level, | ||
LPBYTE * | bufptr | ||
) |