MKI_DialogSelection (Dialogs)

www.CAD6.com

C++ Syntax

bool

MKI_DialogSelection(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption );

 

Shows and processes the dialog that allows editing the current selection parameters.

 

Parameters

Window

[HWND] Handle of the dialog window's parent window.

Caption

[const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.

 

Return Value

Returns true if the dialog window was ended by pressing the OK button and anything inside the window was changed, else false.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH