2.2.1.5.6 NLPR_SID_ARRAY
The NLPR_SID_ARRAY structure defines an array of pointers to security identifier structures.
-
typedef struct _NLPR_SID_ARRAY { ULONG Count; [size_is(Count)] PNLPR_SID_INFORMATION Sids; } NLPR_SID_ARRAY, *PNLPR_SID_ARRAY;
Count: The number of pointers in the Sids array.
Sids: An array of NLPR_SID_INFORMATION structures, as specified in section 2.2.1.5.5, each of which is a pointer to a SID.