| EMF
    1.0
    | 
Represent an array of integers in a simple way. More...
#include <libemf.h>
| Public Member Functions | |
| INTARRAY (INT *const ints, const DWORD n) | |
| Public Attributes | |
| INT *const | ints_ | 
| Array of ints. | |
| const DWORD | n_ | 
| Number of ints in array. | |
Represent an array of integers in a simple way.
Allow an array of INT's to be written out at once.
| 
 | inline | 
simple constructor.
| ints | pointer to ints. | 
| n | number ints in array. | 
 1.8.11
 1.8.11