SID_INFO_LIST structure
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
-
A pointer to a list of SID_INFO structures that is returned by the ISecurityInformation2::LookupSids method.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012