MKI_DialogPlugInAbout (Dialogs) Renamed in Version 2015.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogPlugInAbout(

 HWND f_hMainWnd,

 MKI_PLUGIN_CONTAINER_REF f_rContainerData,

 HBITMAP f_hBitmap );

 

Display a plug-in’s about box based on given information.

 

Parameters

MainWnd

[HWND] Handle of the window that shall be the parent of the dialog.

ContainerData

[MKI_PLUGIN_CONTAINER_REF] Address of a structure that contains information about the plug-in.

Bitmap

[HBITMAP] Handle of a 24-bit bitmap to be displayed as background of the about box. The size of the bitmap should be at least 900 × 450 pixels (or even better 1800 × 900 pixels). If not, it will be scaled to that size. The right third of the bitmap should use a plain, light color onto which text and buttons will be placed. If hBitmap is nullptr, the default bitmap will be used.

 

Return Value

Returns true if successful, false if not.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH