Platform SDK: Network Management

GROUP_USERS_INFO_0

The GROUP_USERS_INFO_0 structure contains global group member information.

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

Members

grui0_name
Pointer to a null-terminated Unicode character string that specifies a name. The constant UNLEN specifies the maximum number of characters in the name. For more information, see the following Remarks section.

Remarks

If you are calling the NetGroupGetUsers function or the NetGroupSetUsers function, the grui0_name member contains the name of a user that is a member of the specified group.

If you are calling the NetUserGetGroups function or the NetUserSetGroups function, the grui0_name member contains the name of a global group to which the specified 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, Group Functions, NetGroupGetUsers, NetGroupSetUsers, NetUserGetGroups, NetUserGetInfo, NetUserSetGroups