Ubuntu Manpages

EMF::BYTEARRAY

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

array pointer to array of bytes
n number of bytes in array

Generated automatically by Doxygen for libemf from the source code.