| EMF
    1.0
    | 
Represent an ASCII character string in a simple way. More...
#include <libemf.h>
| Public Member Functions | |
| CHARSTR (CHAR *const string, const int length) | |
| Public Attributes | |
| CHAR *const | string_ | 
| Array of single byte characters. | |
| const int | length_ | 
| Number of single byte characers in array. | |
Represent an ASCII character string in a simple way.
ASCII strings don't have to be byte swapped, but this structure allows us to provide a uniform stream-like interface for writing out all the components of metafiles.
| 
 | inline | 
Simple constructor.
| string | pointer to array of single byte characters. | 
| length | number of bytes in array. | 
 1.8.11
 1.8.11