ACE
ACL
SID
Expand Minimize
This topic has not yet been rated - Rate this topic

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

Aclui.h

See also

ISecurityInformation2::LookupSids
SID_INFO

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.