filters
MSWrite::WMFHeaderGenerated Class Reference
Inheritance diagram for MSWrite::WMFHeaderGenerated:

Detailed Description
Definition at line 1070 of file structures_generated.h.
Public Member Functions | |
| virtual bool | readFromDevice (void) |
| virtual bool | writeToDevice (void) |
| WMFHeaderGenerated () | |
| virtual | ~WMFHeaderGenerated () |
| DWord | getFileSize (void) const |
| void | setFileSize (const DWord val) |
| DWord | getMaxRecordSize (void) const |
| void | setMaxRecordSize (const DWord val) |
Static Public Attributes | |
| static const int | s_size = 18 |
Protected Member Functions | |
| WMFHeaderGenerated & | operator= (const WMFHeaderGenerated &rhs) |
| virtual bool | verifyVariables (void) |
| virtual bool | writeToArray (void) |
Protected Attributes | |
| Byte | m_data [18] |
| Word | m_fieldType |
| Word | m_headerSize |
| Word | m_winVersion |
| DWord | m_fileSize |
| Word | m_numObjects |
| DWord | m_maxRecordSize |
| Word | m_zero |
Static Protected Attributes | |
| static const Word | fieldTypeDefault = Word (1) |
| static const Word | headerSizeDefault = Word (9) |
| static const Word | winVersionDefault = Word (0x0300) |
| static const Word | numObjectsDefault = Word (0) |
| static const Word | zeroDefault = Word (0) |
The documentation for this class was generated from the following files:

