ReactOS 0.4.15-dev-7924-g5949c20
_ENUM_CONTEXT Struct Reference

#include <ws2_32p.h>

Collaboration diagram for _ENUM_CONTEXT:

Public Attributes

SAM_HANDLE ServerHandle
 
SAM_HANDLE DomainHandle
 
SAM_HANDLE BuiltinDomainHandle
 
SAM_HANDLE AccountDomainHandle
 
SAM_ENUMERATE_HANDLE EnumerationContext
 
PSAM_RID_ENUMERATION Buffer
 
ULONG Returned
 
ULONG Index
 
ENUM_PHASE Phase
 
LIST_ENTRY ListLink
 
ULONG EnumHandle
 
PSID BuiltinDomainSid
 
PSID AccountDomainSid
 
ULONG Count
 
BOOLEAN BuiltinDone
 
LPWSAQUERYSETW lpqsRestrictions
 
INT ErrorCode
 
PNSQUERY NsQuery
 
PNSCATALOG Catalog
 

Detailed Description

Definition at line 32 of file local_group.c.

Member Data Documentation

◆ AccountDomainHandle

SAM_HANDLE _ENUM_CONTEXT::AccountDomainHandle

Definition at line 37 of file local_group.c.

Referenced by NetLocalGroupEnum(), and NetUserEnum().

◆ AccountDomainSid

PSID _ENUM_CONTEXT::AccountDomainSid

Definition at line 46 of file user.c.

Referenced by NetUserEnum().

◆ Buffer

PSAM_RID_ENUMERATION _ENUM_CONTEXT::Buffer

Definition at line 40 of file local_group.c.

Referenced by AllocateEnumContext(), NetLocalGroupEnum(), and NetUserEnum().

◆ BuiltinDomainHandle

SAM_HANDLE _ENUM_CONTEXT::BuiltinDomainHandle

Definition at line 36 of file local_group.c.

Referenced by NetLocalGroupEnum(), and NetUserEnum().

◆ BuiltinDomainSid

PSID _ENUM_CONTEXT::BuiltinDomainSid

Definition at line 45 of file user.c.

Referenced by NetUserEnum().

◆ BuiltinDone

BOOLEAN _ENUM_CONTEXT::BuiltinDone

Definition at line 52 of file user.c.

Referenced by AllocateEnumContext(), and NetUserEnum().

◆ Catalog

PNSCATALOG _ENUM_CONTEXT::Catalog

Definition at line 211 of file ws2_32p.h.

Referenced by WsNqBeginEnumerationProc(), and WsNqLookupServiceBegin().

◆ Count

ULONG _ENUM_CONTEXT::Count

Definition at line 50 of file user.c.

Referenced by AllocateEnumContext(), and NetUserEnum().

◆ DomainHandle

SAM_HANDLE _ENUM_CONTEXT::DomainHandle

Definition at line 35 of file local_group.c.

Referenced by NetLocalGroupEnum().

◆ EnumerationContext

SAM_ENUMERATE_HANDLE _ENUM_CONTEXT::EnumerationContext

Definition at line 39 of file local_group.c.

Referenced by AllocateEnumContext(), NetLocalGroupEnum(), and NetUserEnum().

◆ EnumHandle

ULONG _ENUM_CONTEXT::EnumHandle

Definition at line 40 of file user.c.

Referenced by AllocateEnumContext(), LookupEnumContext(), and NetUserEnum().

◆ ErrorCode

INT _ENUM_CONTEXT::ErrorCode

Definition at line 209 of file ws2_32p.h.

Referenced by WsNqBeginEnumerationProc(), and WsNqLookupServiceBegin().

◆ Index

ULONG _ENUM_CONTEXT::Index

Definition at line 42 of file local_group.c.

Referenced by AllocateEnumContext(), NetLocalGroupEnum(), and NetUserEnum().

◆ ListLink

LIST_ENTRY _ENUM_CONTEXT::ListLink

Definition at line 39 of file user.c.

Referenced by AllocateEnumContext(), and FreeEnumContext().

◆ lpqsRestrictions

LPWSAQUERYSETW _ENUM_CONTEXT::lpqsRestrictions

Definition at line 208 of file ws2_32p.h.

Referenced by WsNqBeginEnumerationProc(), and WsNqLookupServiceBegin().

◆ NsQuery

PNSQUERY _ENUM_CONTEXT::NsQuery

Definition at line 210 of file ws2_32p.h.

Referenced by WsNqBeginEnumerationProc(), and WsNqLookupServiceBegin().

◆ Phase

ENUM_PHASE _ENUM_CONTEXT::Phase

Definition at line 43 of file local_group.c.

Referenced by NetLocalGroupEnum().

◆ Returned

ULONG _ENUM_CONTEXT::Returned

Definition at line 41 of file local_group.c.

Referenced by NetLocalGroupEnum().

◆ ServerHandle

SAM_HANDLE _ENUM_CONTEXT::ServerHandle

Definition at line 34 of file local_group.c.

Referenced by NetLocalGroupEnum(), and NetUserEnum().


The documentation for this struct was generated from the following files: