Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GROUP_INFO_1005 structure (lmaccess.h)

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

Syntax

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

Members

grpi1005_attributes

These attributes are hard-coded to SE_GROUP_MANDATORY, SE_GROUP_ENABLED, and SE_GROUP_ENABLED_BY_DEFAULT. For more information, see TOKEN_GROUPS.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmaccess.h (include Lm.h)

See also

Group Functions

NetGroupSetInfo

Network Management Overview

Network Management Structures

TOKEN_GROUPS


Feedback

Was this page helpful?

Additional resources