Provided by: libemf-doc_1.0.13-7build1_all bug

NAME

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

SYNOPSIS

       #include <libemf.h>

   Public Member Functions
       WCHARSTR (WCHAR *const string, const int length)

   Data Fields
       WCHAR *const string_
           String of WCHARs.
       const int 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.

Constructor & Destructor Documentation

   EMF::WCHARSTR::WCHARSTR (WCHAR *const string, const int length) [inline]
       Simple constructor.

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

Author

       Generated automatically by Doxygen for libemf from the source code.

Version 1.0.9                               Thu Apr 18 2024 17:55:22                            EMF::WCHARSTR(3)