Platform SDK: Access Control

SID_INFO_LIST

The SID_INFO_LIST structure contains the list of SID_INFO structures returned by ISecurityInformation2::LookupSids.

typedef struct _SID_INFO_LIST {
  ULONG cItems;
  SID_INFO aSidInfo[ANYSIZE_ARRAY];
} SID_INFO_LIST, *PSID_INFO_LIST;

Members

cItems
The number of SID_INFO structures contained in the aSidInfo member.
aSidInfo
Pointer to a list of SID_INFO structures that is returned by the ISecurityInformation2::LookupSids method.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Aclui.h.

See Also

Access Control Editor Overview, Access Control Editor Structures, SID_INFO, ISecurityInformation2::LookupSids