<div class="content"><p> </p><p>The CAUL structure defines a counted array of 32-bit
unsigned integers.</p><dl>
<dd>
<div><pre> typedef struct tagCAUL {
   unsigned long cElems;
   [size_is(cElems )] unsigned long* pElems;
 } CAUL;
</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 32-bit unsigned
integers.</p></div>