LOCALGROUP_USERS_INFO_0

The LOCALGROUP_USERS_INFO_0 structure contains user names within a local group.

typedef struct _LOCALGROUP_USERS_INFO_0 {
     LPWSTR  lgrui0_name;
} LOCALGROUP_USERS_INFO_0, *PLOCALGROUP_USERS_INFO_0,
  *LPLOCALGROUP_USERS_INFO_0;
 

Members

lgrui0_name
Pointer to a Unicode string containing a list of user names in the local group.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmaccess.h.

See Also

Networking (Net) Overview, Net Structures, NetUserGetLocalGroups