EMF::BYTEARRAY - Represent a byte array in a simple way.
Contents
Constructor & Destructor Documentation
EMF::BYTEARRAY::BYTEARRAY(BYTE*constarray,constintn)[inline]
Simple constructor.
Parametersarray pointer to array of bytes
n number of bytes in array
Detailed Description
Represent a byte array in a simple way.
Evidently, an unsigned array of bytes with no particular encoding implied.
Name
EMF::BYTEARRAY - Represent a byte array in a simple way.
Synopsis
#include <libemf.h>
PublicMemberFunctionsBYTEARRAY (BYTE *const array, const int n)
DataFields
BYTE *const array_
Array of unsigned bytes.
const int n_
Number of bytes in array.
