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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmaccess.h.

See Also

Networking (Net) Overview, Net Structures, LOCALGROUP_MEMBERS_INFO_1,
LOCALGROUP_MEMBERS_INFO_2
,
LOCALGROUP_MEMBERS_INFO_3
, NetLocalGroupAddMembers, NetLocalGroupDelMembers, NetLocalGroupGetMembers, NetLocalGroupSetMembers