Share via


2.2.16.2 CAUI

The CAUI structure defines a counted array of unsigned short integers.

 typedef struct tagCAUI {
   unsigned long cElems;
   [size_is(cElems )] unsigned short* pElems;
 } CAUI;

cElems: MUST be set to the total number of elements of the array.

pElems: An array of unsigned short integers.