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::CHARSTR - Represent an ASCII 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::CHARSTR(3)

Constructor & Destructor Documentation

EMF::CHARSTR::CHARSTR(CHAR*conststring,constintlength)[inline]
       Simple constructor.

       Parametersstring pointer to array of single byte characters.
           length number of bytes in array.

Detailed Description

       Represent an ASCII character string in a simple way.

       ASCII strings don't have to be byte swapped, but this structure allows us to provide a uniform stream-
       like interface for writing out all the components of metafiles.

Name

       EMF::CHARSTR - Represent an ASCII character string in a simple way.

Synopsis

       #include <libemf.h>

   PublicMemberFunctionsCHARSTR (CHAR *const string, const int length)

   DataFields
       CHAR *const string_
           Array of single byte characters.
       const int length_
           Number of single byte characters in array.

See Also