MKI_BitmapLibraryGetData (Bitmaps) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_BitmapLibraryGetData(

 const LPCWSTR f_pszLibraryName,

 __int32 f_nBitmapIndex,

 MKI_BITMAP_DATA_REF f_rBitmapData );

 

Determines the properties of a bitmap currently loaded in the given library. This includes both referenced and embedded bitmaps.

 

Parameters

LibraryName

[const LPCWSTR] Name of the library whose bitmap list shall be accessed. Fails if library name is MKI_BLOCK_ID.

BitmapIndex

[__int32] Zero-based index of the bitmap whose properties shall be retrieved. Valid range: 0 <= Value < MKI_BitmapLibraryGetNumber.

BitmapData

[MKI_BITMAP_DATA_REF] Address of buffer to receive the bitmap's properties.

 

Return Value

Returns true if successful. If false is returned, the given parameters are invalid.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH