SID_INFO_LIST structure (aclui.h)
The SID_INFO_LIST structure contains a list of SID_INFO structures.
Syntax
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[ANYSIZE_ARRAY]
A pointer to a list of SID_INFO structures that is returned by the ISecurityInformation2::LookupSids method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | aclui.h |