InitBinary (class MKI_BLOCK_ENUM) New in Version 2020.0

www.CAD6.com

C++ Syntax

void

MKI_BLOCK_ENUM::InitBinary(

 __int32 f_nType,

 void* f_pData,

 __int32 f_nSize );

 

Initializes the current data block with the given block type and sets all other values according to data type MKI_DB_TYPE_BINARY (f_nSize bytes). If f_pData is not nullptr, the given number of bytes will be copied from f_pData into the block. If f_pData is nullptr, the block's content remains uninitialized.

 

CAD6interface 2025.1 - Copyright 2025 Malz++Kassner® GmbH