DOKK / manpages / debian 12 / libemf-doc / EMF_WCHARSTR.3.en
EMF::WCHARSTR(3) libemf EMF::WCHARSTR(3)

EMF::WCHARSTR - Represent a wide (UNICODE) character string in a simple way.

#include <libemf.h>


WCHARSTR (WCHAR *const string, const int length)


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.

Simple constructor.

Parameters

string pointer to string of WCHARS.
length number of WCHARS in string.

Generated automatically by Doxygen for libemf from the source code.

Wed Jun 29 2022 Version 1.0.9