<div class="content" name="CAUI" uuid="496292c1-81f5-4d05-94d5-9a5419ac3a8d"><p>The CAUI structure defines a counted array of unsigned short
integers.</p><dl>
<dd>
<div><pre> typedef struct tagCAUI {
   unsigned long cElems;
   [size_is(cElems )] unsigned short* pElems;
 } CAUI;
</pre></div>
</dd></dl><p><b>cElems:</b>  MUST be set to the total
number of elements of the array.</p><p><b>pElems:</b>  An array of unsigned short
integers.</p></div>