ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
SAM_HANDLE | ServerHandle |
SAM_HANDLE | DomainHandle |
SAM_HANDLE | GroupHandle |
ULONG | MemberCount |
PULONG | MemberIds |
PULONG | Attributes |
PUNICODE_STRING | Names |
ULONG | Start |
ULONG | Count |
Definition at line 35 of file group_new.c.
PULONG _USER_ENUM_CONTEXT::Attributes |
Definition at line 43 of file group_new.c.
Referenced by NetGroupGetUsers().
ULONG _USER_ENUM_CONTEXT::Count |
Definition at line 47 of file group_new.c.
Referenced by NetGroupGetUsers().
SAM_HANDLE _USER_ENUM_CONTEXT::DomainHandle |
Definition at line 38 of file group_new.c.
Referenced by NetGroupGetUsers().
SAM_HANDLE _USER_ENUM_CONTEXT::GroupHandle |
Definition at line 39 of file group_new.c.
Referenced by NetGroupGetUsers().
ULONG _USER_ENUM_CONTEXT::MemberCount |
Definition at line 41 of file group_new.c.
Referenced by NetGroupGetUsers().
PULONG _USER_ENUM_CONTEXT::MemberIds |
Definition at line 42 of file group_new.c.
Referenced by NetGroupGetUsers().
PUNICODE_STRING _USER_ENUM_CONTEXT::Names |
Definition at line 44 of file group_new.c.
Referenced by NetGroupGetUsers().
SAM_HANDLE _USER_ENUM_CONTEXT::ServerHandle |
Definition at line 37 of file group_new.c.
Referenced by NetGroupGetUsers().
ULONG _USER_ENUM_CONTEXT::Start |
Definition at line 46 of file group_new.c.
Referenced by NetGroupGetUsers().