MKI_GetCommandIcon (Application) Changed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_GetCommandIcon(

 __int32 f_nCommandID,

 MKI_ICON_DATA_REF f_rIconData );

 

Retrieves the icon information of a given command.

 

Parameters

CommandID

[__int32] Identification of the command whose icon bitmap be returned. For a list of all command IDs, see MKI_MENU_*.

IconData

[MKI_ICON_DATA_REF] Address of a buffer to receive the icon information.

 

Return Value

Returns true if successful, false if not.

 

Comment

A command icon has a size of 80 by 80 pixels and normally uses 32 bit RGBA colors with alpha channel.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH