GROUP_INFO_0
The GROUP_INFO_0
structure renames the global group and specifies information about the
group, including identifier and resource attributes.
typedef struct _GROUP_INFO_0 {
LPWSTR grpi0_name;
}GROUP_INFO_0, *PGROUP_INFO_0, *LPGROUP_INFO_0;
Members
grpi0_name
A Unicode
string that specifies the name of the global group. The constant GNLEN
specifies the maximum number of characters in the string. For NetGroupSetInfo,
this member specifies the new name of the global group.
See Also