2.2.7.8 SAMPR_RETURNED_USTRING_ARRAY
The SAMPR_RETURNED_USTRING_ARRAY structure holds an array of counted UTF-16 encoded strings.
-
typedef struct _SAMPR_RETURNED_USTRING_ARRAY { unsigned long Count; [size_is(Count)] PRPC_UNICODE_STRING Element; } SAMPR_RETURNED_USTRING_ARRAY, *PSAMPR_RETURNED_USTRING_ARRAY;
Count: The number of elements in Element. If zero, Element MUST be ignored. If nonzero, Element MUST point to at least Count * sizeof(RPC_UNICODE_STRING) bytes of memory.
Element: Array of counted strings (see RPC_UNICODE_STRING in [MS-DTYP] section 2.3.10). The semantic meaning is method-dependent.