Platform SDK: Network Management |
The GROUP_INFO_0 structure contains the name of a global group in the security database.
typedef struct _GROUP_INFO_0 { LPWSTR grpi0_name; }GROUP_INFO_0, *PGROUP_INFO_0, *LPGROUP_INFO_0;
When you call the NetGroupSetInfo function this member specifies the new name of the global 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, Group Functions, NetGroupAdd, NetGroupEnum, NetGroupGetInfo, NetGroupSetInfo