Overview
Group
Quick Info

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

LOCALGROUP_MEMBERS_INFO_0

The LOCALGROUP_MEMBERS_INFO_0 structure is used in the NetLocalGroupAddMembers and NetLocalGroupDelMembers functions to identify a member of a local group.

typedef struct _LOCALGROUP_MEMBERS_INFO_0 {

PSID lgrmi0_sid;

} LOCALGROUP_MEMBERS_INFO_0;

Members

lgrmi0_sid

Points to the security identifier of the member.

See Also

LOCALGROUP_MEMBERS_INFO_1
,
LOCALGROUP_MEMBERS_INFO_2
,
LOCALGROUP_MEMBERS_INFO_3
, NetLocalGroupAddMembers, NetLocalGroupDelMembers, NetLocalGroupGetMembers, NetLocalGroupSetMembers

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