Platform SDK: Access Control |
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;
Windows NT/2000: Requires Windows 2000.
Header: Declared in Aclui.h.
Access Control Editor Overview, Access Control Editor Structures, SID_INFO, ISecurityInformation2::LookupSids