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::DWORDARRAY - Represent an array of double word integers 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::DWORDARRAY(3)

Constructor & Destructor Documentation

EMF::DWORDARRAY::DWORDARRAY(DWORD*constdwords,constDWORDn)[inline]
       simple constructor.

       Parametersdwords pointer to double words.
           n number double words in array.

Detailed Description

       Represent an array of double word integers in a simple way.

       Allow an array of DWORD's to be written out at once.

Name

       EMF::DWORDARRAY - Represent an array of double word integers in a simple way.

Synopsis

       #include <libemf.h>

   PublicMemberFunctionsDWORDARRAY (DWORD *const dwords, const DWORD n)

   DataFields
       DWORD *const dwords_
           Array of double words.
       const DWORD n_
           Number of double words in array.

See Also