uLib  User mode C/C++ extended API library for Win32 programmers.
Local User Group Lists

Module Description

Obtain a list of local user groups..

Since LSA seems unable to enumerate a list of local groups, we're forced
to enlist the aid of Active Directory Services to get the group list.
Once we get it, we can use LSA to get further properties of each.

Classes

struct  uLib::GroupEntry
 
class  uLib::GroupList
 

Typedefs

typedef struct GroupEntry uLib::GroupEntry
 
typedef GroupEntryuLib::PGroupEntry
 
typedef GroupListuLib::PGroupList
 

Typedef Documentation

◆ GroupEntry

typedef struct GroupEntry uLib::GroupEntry

Definition at line 368 of file UmLsa.h.

◆ PGroupEntry

Definition at line 370 of file UmLsa.h.

◆ PGroupList

Definition at line 394 of file UmLsa.h.