GROUP_USERS_INFO_0

The GROUP_USERS_INFO_0 structure specifies information about the user of a group, and resource attributes.

typedef struct _GROUP_USERS_INFO_0 {
     LPWSTR  grui0_name;
} GROUP_USERS_INFO_0, *PGROUP_USERS_INFO_0, *LPGROUP_USERS_INFO_0;
 

Members

grui0_name
A Unicode string that specifies the group to which a user belongs. The constant GNLEN specifies the maximum number of characters in the string.

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, NetGroupGetUsers, NetGroupSetUsers, NetUserGetGroups, NetUserGetInfo, NetUserSetGroups