Platform SDK: Network Management

GROUP_INFO_1005

The GROUP_INFO_1005 structure contains the resource attributes associated with a global group.

typedef struct _GROUP_INFO_1005 {
  DWORD  grpi1005_attributes;
} GROUP_INFO_1005, *PGROUP_INFO_1005, *LPGROUP_INFO_1005;

Members

grpi1005_attributes
Specifies the attributes of a global group.

Windows NT/2000: On Windows NT 4.0 and Windows 2000, you can no longer set these attributes. They are hard-coded to SE_GROUP_MANDATORY, SE_GROUP_ENABLED, and SE_GROUP_ENABLED_BY_DEFAULT. For more information, see TOKEN_GROUPS.

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, NetGroupSetInfo, TOKEN_GROUPS