LOCALGROUP_MEMBERS_INFO_0
The LOCALGROUP_MEMBERS_INFO_0
structure is used in the NetLocalGroupAddMembers
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