Main Page   Class Hierarchy   Compound List   File List   Compound Members  

EMF::DWORDARRAY Struct Reference

Represent an array of double word integers in a simple way. More...

#include <libemf.h>

List of all members.

Public Methods

 DWORDARRAY (DWORD *const dwords, const DWORD n)

Public Attributes

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:
array   pointer to double words.
n   number double words in array.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 28 14:57:44 2002 for EMF by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001