Man page - emf_dwordarray(3)
Packages contas this manual
Manual
| EMF::DWORDARRAY(3) | libemf | EMF::DWORDARRAY(3) |
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.
n number double words in array.
Author
Generated automatically by Doxygen for libemf from the source code.
| Thu Jun 6 2024 23:01:07 | Version 1.0.9 |