EMF::CHARSTR(3) | libemf | EMF::CHARSTR(3) |
EMF::CHARSTR - Represent an ASCII character string in a simple way.
#include <libemf.h>
CHARSTR (CHAR *const string, const int length)
CHAR *const string_
Array of single byte characters. const int length_
Number of single byte characters 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.
Simple constructor.
Parameters
Generated automatically by Doxygen for libemf from the source code.
Thu Apr 18 2024 17:55:22 | Version 1.0.9 |