| EMF
    1.0
    | 
Represent an array of double word integers in a simple way. More...
#include <libemf.h>
| Public Member Functions | |
| 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. | |
Represent an array of double word integers in a simple way.
Allow an array of DWORD's to be written out at once.
| 
 | inline | 
simple constructor.
| dwords | pointer to double words. | 
| n | number double words in array. | 
 1.8.11
 1.8.11