Platform SDK: Network Management

LOCALGROUP_USERS_INFO_0

The LOCALGROUP_USERS_INFO_0 structure contains local group member information.

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 specifying the name of a local group to which the user belongs.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, Local Group Functions, NetUserGetLocalGroups