LOCALGROUP_INFO_1002
The LOCALGROUP_INFO_1002
structure specifies the name of the local group and a comment describing
the local group.
typedef struct _LOCALGROUP_INFO_1002 {
LPWSTR lgrpi1002_comment;
}LOCALGROUP_INFO_1002, *PLOCALGROUP_INFO_1002, *LPLOCALGROUP_INFO_1002;
Members
lgrpi1002_comment
Points to a
Unicode string that contains a remark for the local group. This element can be
a null string. The comment can have as many as MAXCOMMENTSZ characters.
See Also