Provided by: libemf-doc_1.0.9+git.10.3231442-1_all 

NAME
EMF::DWORDARRAY - Represent an array of double word integers in a simple way.
SYNOPSIS
#include <libemf.h>
Public Member Functions
DWORDARRAY (DWORD *const dwords, const DWORD n)
Data Fields
DWORD *const dwords_
Array of double words.
const DWORD n_
Number of double words in array.
Detailed Description
Represent an array of double word integers in a simple way.
Allow an array of DWORD's to be written out at once.
Constructor & Destructor Documentation
EMF::DWORDARRAY::DWORDARRAY (DWORD *const dwords, const DWORD n) [inline]
simple constructor.
Parameters:
dwords pointer to double words.
n number double words in array.
Author
Generated automatically by Doxygen for libemf from the source code.
Version 1.0.9 Tue Aug 29 2017 EMF::DWORDARRAY(3)