AppendInt32 (class MKI_BLOCK_ENUM) New in Version 2026.1

www.CAD6.com

C++ Syntax

bool

MKI_BLOCK_ENUM::AppendNative(

 __int32 f_nType,

 const size_t f_nSize );

 

Appends a new data block of type MKI_DB_TYPE_NATIVE with a data size of f_nSize bytes to the current enumerator. The current offset determines the location where to start adding data blocks.

 

The block's data is uninitialized, use access functions such as MKI_BLOCK_ENUM::TextStandard() to write and read its element x.

 

Return Value

Returns true if successful or false if the resulting entity would be invalid or too long.

 

CAD6interface 2026.1 - Copyright 2026 Malz++Kassner® GmbH