GROUP_USERS_INFO_0结构指定有关组用户的信息和资源属性。
typedef struct _GROUP_USERS_INFO_0 {
LPWSTR grui0_name;
} GROUP_USERS_INFO_0, *PGROUP_USERS_INFO_0, *LPGROUP_USERS_INFO_0;
会员
grui0_name
指定用户所属组的Unicode字符串。常量GNLEN指定字符串中的最大字符数。
也可以看看
NetGroupGetUsers, NetGroupSetUsers, NetUserGetGroups, NetUserGetInfo, NetUserSetGroups