![]() |
MKI_ENTITY_MEMORY (Entity Classes) |
www.CAD6.com |
C++ Syntaxclass MKI_ENTITY_MEMORY { public:
size_t m_nUnits, m_fBytes; MKI_ENTITY_MEMORY* m_pPrev; MKI_ENTITY_MEMORY* m_pNext; };
This structure contains basic memory-related information about an entity.
Element DescriptionUnits [size_t] Size of the complete entity (including all data block) in multiples of MKI_ENTITY_MEMORY size. This value must not be modified! Bytes [size_t] Size of the complete entity (including all data blocks) in bytes. This value must not be modified! Prev [MKI_ENTITY_MEMORY*] Address of the previous object in the current list. This value must not be modified! Next [MKI_ENTITY_MEMORY*] Address of the next object in the current list. This value must not be modified!
MKD SyntaxUnused.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH