Platform SDK: Network Management

GROUP_INFO_0

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;

Members

grpi0_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 specifies the new name of the global 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, Group Functions, NetGroupAdd, NetGroupEnum, NetGroupGetInfo, NetGroupSetInfo