LOCALGROUP_INFO_1002 structure (lmaccess.h)
The LOCALGROUP_INFO_1002 structure contains a comment describing a local group.
Syntax
typedef struct _LOCALGROUP_INFO_1002 {
LPWSTR lgrpi1002_comment;
} LOCALGROUP_INFO_1002, *PLOCALGROUP_INFO_1002, *LPLOCALGROUP_INFO_1002;
Members
lgrpi1002_comment
Pointer to a Unicode string that specifies a remark associated with the local group. This member can be a null string. The comment can have as many as MAXCOMMENTSZ characters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmaccess.h (include Lm.h) |