MKI_BitmapLibraryGetName (Bitmaps) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_BitmapLibraryGetName(

 const LPCWSTR f_pszLibraryName,

 __int32 f_nBitmapIndex,

 MKI_FILENAMEW& f_rBitmapName );

 

Determines the name 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 name shall be retrieved. Valid range: 0 <= Value < MKI_BitmapLibraryGetNumber.

BitmapName

[MKI_FILENAMEW&] Address of buffer to receive the bitmap's name.

 

Return Value

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

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH