<div class="content" name="CAUB" uuid="ab4fbb62-1b6d-417c-bdbf-f70af3e7f494"><p>The CAUB structure defines a counted array of unsigned
characters.</p><dl>
<dd>
<div><pre> typedef struct tagCAUB {
   unsigned long cElems;
   [size_is(cElems)] unsigned char* pElems;
 } CAUB;
</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
characters.</p></div>