Platform SDK: Network Management

LOCALGROUP_INFO_0

The LOCALGROUP_INFO_0 structure contains a local group name.

typedef struct _LOCALGROUP_INFO_0 {
  LPWSTR   lgrpi0_name;
}LOCALGROUP_INFO_0, *PLOCALGROUP_INFO_0, *LPLOCALGROUP_INFO_0;
Members
lgrpi0_name
Pointer to a Unicode string that specifies a local group name. The constant GNLEN specifies the maximum number of characters in the string.

When you call the NetLocalGroupAdd function, this member specifies the name of a new local group. When you call the NetLocalGroupSetInfo function, this member specifies the new name of an existing local group.

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, NetLocalGroupSetInfo