#include <libemf.h>
Public Methods | |
WCHARSTR (WCHAR *const string, const int length) | |
Public Attributes | |
WCHAR* const | string_ |
String of WCHARs. | |
const int | length_ |
Number of WCHARs in string. |
Even (widechar) strings have to be byte swapped. This structure allows us to provide a uniform stream-like interface for writing out all the components of metafiles.
|
Simple constructor.
|