Represent a byte array in a simple way. More...
#include <libemf.h>
Public Member Functions | |
n_ (n) | |
Public Attributes | |
BYTE *const | array_ |
Array of unsigned bytes. | |
const int | n_ |
Number of bytes in array. | |
__pad0__: array_( array ) |
Represent a byte array in a simple way.
Evidently, an unsigned array of bytes with no particular encoding implied.
Simple constructor.
array | pointer to array of bytes | |
n | number of bytes in array |