|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 |
Definition at line 62 of file user.c.
Referenced by NetUserModalsGet().
|
static |
Definition at line 2692 of file user.c.
Referenced by NetUserEnum().
|
static |
Definition at line 366 of file user.c.
Referenced by BuildUserInfoBuffer().
Definition at line 206 of file user.c.
Referenced by SetUserInfo().
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(), SHGetUserDisplayName(), 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 | ||
| ) |
Definition at line 3659 of file user.c.
Referenced by cmdAccounts(), and DisplayUser().
| NET_API_STATUS WINAPI NetUserModalsSet | ( | IN LPCWSTR | servername, |
| IN DWORD | level, | ||
| IN LPBYTE | buf, | ||
| OUT LPDWORD | parm_err | ||
| ) |
| NET_API_STATUS WINAPI NetUserSetGroups | ( | LPCWSTR | servername, |
| LPCWSTR | username, | ||
| DWORD | level, | ||
| LPBYTE | buf, | ||
| DWORD | num_entries | ||
| ) |
| NET_API_STATUS WINAPI NetUserSetInfo | ( | LPCWSTR | servername, |
| LPCWSTR | username, | ||
| DWORD | level, | ||
| LPBYTE | buf, | ||
| LPDWORD | parm_err | ||
| ) |
Definition at line 3975 of file user.c.
Referenced by cmdUser(), OnEndLabelEdit(), SetUserGeneralData(), SetUserProfileData(), and UserChangePassword().
|
static |
Definition at line 2215 of file user.c.
Referenced by NetUserDel(), and NetUserSetInfo().
|
static |
Definition at line 1415 of file user.c.
Referenced by NetUserAdd(), and NetUserSetInfo().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |
| LONG g_EnumContextHandle = 0 |
Definition at line 58 of file user.c.
Referenced by AllocateEnumContext().
| LIST_ENTRY g_EnumContextListHead |
Definition at line 56 of file user.c.
Referenced by AllocateEnumContext(), DllMain(), and LookupEnumContext().
| CRITICAL_SECTION g_EnumContextListLock |
Definition at line 57 of file user.c.
Referenced by AllocateEnumContext(), DllMain(), FreeEnumContext(), and LookupEnumContext().