EMF::BYTEARRAY
Represent a byte array in a simple way.
- Provided by: libemf-doc (Version: 1.0.11-2ubuntu2)
- Source: libemf
- Report a bug
Represent a byte array in a simple way.
#include <libemf.h>
BYTEARRAY (BYTE *const array, const int n)
BYTE *const array_
Array of unsigned bytes. const int n_
Number of bytes in array.
Represent a byte array in a simple way.
Evidently, an unsigned array of bytes with no particular encoding implied.
Simple constructor.
Parameters
Generated automatically by Doxygen for libemf from the source code.