<div class="content" name="NSI_UUID_VECTOR_T" uuid="8ae61346-19a6-4d27-9768-0b2d3ad1d9dd"><p>The NSI_UUID_VECTOR_T type defines an array of <a href="db06f354-93a3-43a5-9878-08505a933690" data-linktype="relative-path">NSI_UUID_P_T</a> structures.</p><dl>
<dd>
<div><pre> typedef struct _NSI_UUID_VECTOR_T {
   unsigned long count;
   [size_is(count)] NSI_UUID_P_T uuid[*];
 } NSI_UUID_VECTOR_T;
</pre></div>
</dd></dl><p><b>count:</b>  MUST specify the number of
NSI_UUID_P_T elements in the <b>uuid</b> member.</p><p><b>uuid:</b>  An array of NSI_UUID_P_T
entries.</p></div>