logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Generated automatically by Doxygen for libemf from the source code.

Version 1.0.9                                Thu Jun 6 2024 23:01:07                            EMF::WCHARSTR(3)

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.

See Also