Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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;
#if ...
PAUDIT_SID_RPC *UserSidArray;
#else
PSID *UserSidArray;
#endif
} 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | ntsecapi.h |