<div class="content" name="GuidArray" uuid="3a701caf-6c17-4d1c-b4e8-8b2ab2ec8dc9"><p>The GuidArray structure is defined as follows.</p><dl>
<dd>
<div><pre> typedef struct _GuidArray {
   [range(0, MAX_RPC_GUID_ARRAY_COUNT)] 
     DWORD count;
   [size_is(count)] GUID* ptr;
 } GuidArray;
</pre></div>
</dd></dl><p><b>count:</b>  A 32-bit unsigned integer
that contains the number of <a href="fda52b23-608b-444e-a979-6b62a00e8f48#gt_f49694cc-c350-462d-ab8e-816f0103c6c1" data-linktype="relative-path">GUIDs</a>
pointed to by ptr. </p><p><b>ptr:</b>   A pointer to an array of
GUIDs.</p></div>