| EMF
    1.0
    | 
Represent a wide (UNICODE) character string in a simple way. More...
#include <libemf.h>
| Public Member Functions | |
| WCHARSTR (WCHAR *const string, const int length) | |
| Public Attributes | |
| WCHAR *const | string_ | 
| String of WCHARs. | |
| const int | length_ | 
| Number of WCHARs in string. | |
Represent a wide (UNICODE) character string in a simple way.
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.
| 
 | inline | 
Simple constructor.
| string | pointer to string of WCHARS. | 
| length | number of WCHARS in string. | 
 1.8.11
 1.8.11