Platform SDK: Network Management

LOCALGROUP_INFO_1

The LOCALGROUP_INFO_1 structure contains a local group name and a comment describing the local group.

typedef struct _LOCALGROUP_INFO_1 {
  LPWSTR   lgrpi1_name;
  LPWSTR   lgrpi1_comment;
}LOCALGROUP_INFO_1, *PLOCALGROUP_INFO_1, *LPLOCALGROUP_INFO_1;

Members

lgrpi1_name
Pointer to a Unicode string that specifies a local group name. The constant GNLEN specifies the maximum number of characters in the string.

This member is ignored when you call the NetLocalGroupSetInfo function.

lgrpi1_comment
Pointer to a Unicode string that contains a remark associated with the local group. This member can be a null string. The comment can have as many as 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, Local Group Functions, NetLocalGroupAdd, NetLocalGroupEnum, NetLocalGroupGetInfo, NetLocalGroupSetInfo