Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
lmaccess.h
Unicode
No
Platform Notes
None

GROUP_USERS_INFO_0

The GROUP_USERS_INFO_0 structure specifies information about the user of a group, and resource attributes.

typedef struct _GROUP_USERS_INFO_0 {
LPWSTR grui0_name;
} GROUP_USERS_INFO_0, *PGROUP_USERS_INFO_0, *LPGROUP_USERS_INFO_0;

Members

grui0_name

A Unicode string that specifies the group to which a user belongs. The constant GNLEN specifies the maximum number of characters in the string.

See Also

NetGroupGetUsers
, NetGroupSetUsers, NetUserGetGroups, NetUserGetInfo, NetUserSetGroups

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples