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::PADDING - All metafile records must be padded out to a multiple of 4 bytes.

Author

       Generated automatically by Doxygen for libemf from the source code.

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

Constructor & Destructor Documentation

EMF::PADDING::PADDING(constintsize)[inline]
       simple constructor.

       Parameterssize number of bytes of padding to use.

Detailed Description

       All metafile records must be padded out to a multiple of 4 bytes.

       Write out a few bytes of padding if necessary.

Name

       EMF::PADDING - All metafile records must be padded out to a multiple of 4 bytes.

Synopsis

       #include <libemf.h>

   PublicMemberFunctionsPADDING (const int size)

   DataFields
       const int size_
           Number of bytes of padding.

   StaticPublicAttributes
       static const char padding_ [4] = { 0, 0, 0, 0 }
           Pad with ' 's.

See Also