Platform SDK: Network Management |
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;
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.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmaccess.h.
Network Management Overview, Network Management Structures, Group Functions, NetGroupGetUsers, NetGroupSetUsers, NetUserGetGroups, NetUserGetInfo, NetUserSetGroups