This topic has not yet been rated - Rate this topic

POLICY_AUDIT_SID_ARRAY structure

Applies to: desktop apps only

The POLICY_AUDIT_SID_ARRAY structure specifies an array of SID structures that represent Windows users or groups.

Syntax

typedef struct _POLICY_AUDIT_SID_ARRAY {
  ULONG UsersCount;
  PSID  *UserSidArray;
} POLICY_AUDIT_SID_ARRAY, *PPOLICY_AUDIT_SID_ARRAY;

Members

UsersCount

The number of SID structures in the UserSidArray array.

UserSidArray

A pointer to an array of pointers to SID structures that specify Windows users or groups.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Ntsecapi.h

See also

AuditEnumeratePerUserPolicy
SID

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ