Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.