2.2.7.7 SAMPR_PSID_ARRAY_OUT
The SAMPR_PSID_ARRAY_OUT structure holds an array of SID values.
-
typedef struct _SAMPR_PSID_ARRAY_OUT { unsigned long Count; [size_is(Count)] PSAMPR_SID_INFORMATION Sids; } SAMPR_PSID_ARRAY_OUT, *PSAMPR_PSID_ARRAY_OUT;
Count: The number of elements in Sids. If zero, Sids MUST be ignored. If nonzero, Sids MUST point to at least Count * sizeof(SAMPR_SID_INFORMATION) bytes of memory.
Sids: An array of pointers to SID values. For more information, see section 2.2.7.5.