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::BYTEARRAY - Represent a byte array 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::BYTEARRAY(3)

Constructor & Destructor Documentation

EMF::BYTEARRAY::BYTEARRAY(BYTE*constarray,constintn)[inline]
       Simple constructor.

       Parametersarray pointer to array of bytes
           n number of bytes in array

Detailed Description

       Represent a byte array in a simple way.

       Evidently, an unsigned array of bytes with no particular encoding implied.

Name

       EMF::BYTEARRAY - Represent a byte array in a simple way.

Synopsis

       #include <libemf.h>

   PublicMemberFunctionsBYTEARRAY (BYTE *const array, const int n)

   DataFields
       BYTE *const array_
           Array of unsigned bytes.
       const int n_
           Number of bytes in array.

See Also