| Platform SDK: Network Management |
The NET_DISPLAY_GROUP structure contains information that an account manager can access to determine information about group accounts.
typedef struct _NET_DISPLAY_GROUP {
LPWSTR grpi3_name;
LPWSTR grpi3_comment;
DWORD grpi3_group_id;
DWORD grpi3_attributes;
DWORD grpi3_next_index;
} NET_DISPLAY_GROUP, *PNET_DISPLAY_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.
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, Get Functions, NetUserAdd, NetUserSetInfo, NetQueryDisplayInformation, TOKEN_GROUPS