.TH "EMF::WCHARSTR" 3 "Tue Jun 30 2020" "Version 1.0.9" "libemf" \" -*- nroff -*- .ad l .nh .SH NAME EMF::WCHARSTR \- Represent a wide (UNICODE) character string in a simple way\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBWCHARSTR\fP (WCHAR *const string, const int length)" .br .in -1c .SS "Data Fields" .in +1c .ti -1c .RI "WCHAR *const \fBstring_\fP" .br .RI "String of WCHARs\&. " .ti -1c .RI "const int \fBlength_\fP" .br .RI "Number of WCHARs in string\&. " .in -1c .SH "Detailed Description" .PP 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\&. .SH "Constructor & Destructor Documentation" .PP .SS "EMF::WCHARSTR::WCHARSTR (WCHAR *const string, const int length)\fC [inline]\fP" Simple constructor\&. .PP \fBParameters\fP .RS 4 \fIstring\fP pointer to string of WCHARS\&. .br \fIlength\fP number of WCHARS in string\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libemf from the source code\&.