ReactOS 0.4.16-dev-88-ga65b6ae
|
#include "netapi32.h"
Go to the source code of this file.
Classes | |
struct | _GROUP_ENUM_CONTEXT |
struct | _USER_ENUM_CONTEXT |
Typedefs | |
typedef enum _ENUM_PHASE | ENUM_PHASE |
typedef struct _GROUP_ENUM_CONTEXT | GROUP_ENUM_CONTEXT |
typedef struct _GROUP_ENUM_CONTEXT * | PGROUP_ENUM_CONTEXT |
typedef struct _USER_ENUM_CONTEXT | USER_ENUM_CONTEXT |
typedef struct _USER_ENUM_CONTEXT * | PUSER_ENUM_CONTEXT |
Enumerations | |
enum | _ENUM_PHASE { BuiltinPhase , AccountPhase , DonePhase , BuiltinPhase , AccountPhase , DonePhase } |
typedef enum _ENUM_PHASE ENUM_PHASE |
typedef struct _GROUP_ENUM_CONTEXT * PGROUP_ENUM_CONTEXT |
typedef struct _USER_ENUM_CONTEXT * PUSER_ENUM_CONTEXT |
Enumerator | |
---|---|
BuiltinPhase | |
AccountPhase | |
DonePhase | |
BuiltinPhase | |
AccountPhase | |
DonePhase |
Definition at line 14 of file group_new.c.
|
static |
Definition at line 55 of file group_new.c.
Referenced by NetGroupEnum(), and NetGroupGetInfo().
|
static |
Definition at line 209 of file group_new.c.
Referenced by NetGroupEnum(), and NetGroupGetInfo().
NET_API_STATUS WINAPI NetGroupAdd | ( | _In_opt_ LPCWSTR | servername, |
_In_ DWORD | level, | ||
_In_ LPBYTE | buf, | ||
_Out_opt_ LPDWORD | parm_err | ||
) |
Definition at line 286 of file group_new.c.
Referenced by cmdGroup().
NET_API_STATUS WINAPI NetGroupAddUser | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ LPCWSTR | username | ||
) |
Definition at line 466 of file group_new.c.
Referenced by cmdGroup().
Definition at line 582 of file group_new.c.
Referenced by cmdGroup().
NET_API_STATUS WINAPI NetGroupDelUser | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ LPCWSTR | username | ||
) |
Definition at line 665 of file group_new.c.
Referenced by cmdGroup().
NET_API_STATUS WINAPI NetGroupEnum | ( | _In_opt_ LPCWSTR | servername, |
_In_ DWORD | level, | ||
_Out_ LPBYTE * | bufptr, | ||
_In_ DWORD | prefmaxlen, | ||
_Out_ LPDWORD | entriesread, | ||
_Out_ LPDWORD | totalentries, | ||
_Inout_opt_ PDWORD_PTR | resume_handle | ||
) |
Definition at line 780 of file group_new.c.
Referenced by EnumerateGroups().
NET_API_STATUS WINAPI NetGroupGetInfo | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ DWORD | level, | ||
_Out_ LPBYTE * | bufptr | ||
) |
Definition at line 1029 of file group_new.c.
Referenced by DisplayGroup().
NET_API_STATUS WINAPI NetGroupGetUsers | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ DWORD | level, | ||
_Out_ LPBYTE * | bufptr, | ||
_In_ DWORD | prefmaxlen, | ||
_Out_ LPDWORD | entriesread, | ||
_Out_ LPDWORD | totalentries, | ||
_Inout_ PDWORD_PTR | resume_handle | ||
) |
Definition at line 1130 of file group_new.c.
Referenced by DisplayGroup().
NET_API_STATUS WINAPI NetGroupSetInfo | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ DWORD | level, | ||
_In_ LPBYTE | buf, | ||
_Out_opt_ LPDWORD | parm_err | ||
) |
Definition at line 1382 of file group_new.c.
Referenced by cmdGroup().
NET_API_STATUS WINAPI NetGroupSetUsers | ( | _In_opt_ LPCWSTR | servername, |
_In_ LPCWSTR | groupname, | ||
_In_ DWORD | level, | ||
_In_ LPBYTE | buf, | ||
_In_ DWORD | totalentries | ||
) |
Definition at line 1635 of file group_new.c.
|
static |
Definition at line 224 of file group_new.c.
Referenced by NetGroupAdd(), NetGroupAddUser(), NetGroupDel(), NetGroupDelUser(), NetGroupGetInfo(), NetGroupGetUsers(), NetGroupSetInfo(), and NetGroupSetUsers().
WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |