Platform SDK: Network Management

GROUP_INFO_1

The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.

typedef struct _GROUP_INFO_1 {
  LPWSTR   grpi1_name;
  LPWSTR   grpi1_comment;
}GROUP_INFO_1, *PGROUP_INFO_1, *LPGROUP_INFO_1;

Members

grpi1_name
Pointer to a null-terminated Unicode character string that specifies the name of the global group. The constant GNLEN specifies the maximum number of characters in the string.

When you call the NetGroupSetInfo function this member is ignored.

grpi1_comment
Pointer to a null-terminated Unicode character string that specifies a remark associated with the global group. This member can be a null string. The comment can contain MAXCOMMENTSZ characters.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, Group Functions, NetGroupAdd, NetGroupEnum, NetGroupGetInfo, NetGroupSetInfo