Platform SDK: Network Management |
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
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.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmaccess.h.
Network Management Overview, Network Management Structures, Local Group Functions, NetLocalGroupAdd, NetLocalGroupEnum, NetLocalGroupSetInfo