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 CAUB structure defines a counted array of unsigned characters.
-
typedef struct tagCAUB { unsigned long cElems; [size_is(cElems)] unsigned char* pElems; } CAUB;
cElems: MUST be set to the total number of elements of the array.
pElems: An array of unsigned characters.