EMF::WCHARSTR - Represent a wide (UNICODE) character string in a simple way.
Contents
Constructor & Destructor Documentation
EMF::WCHARSTR::WCHARSTR(WCHAR*conststring,constintlength)[inline]
Simple constructor.
Parametersstring pointer to string of WCHARS.
length number of WCHARS in string.
Detailed Description
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.
Name
EMF::WCHARSTR - Represent a wide (UNICODE) character string in a simple way.
Synopsis
#include <libemf.h>
PublicMemberFunctionsWCHARSTR (WCHAR *const string, const int length)
DataFields
WCHAR *const string_
String of WCHARs.
const int length_
Number of WCHARs in string.
