MKI_DialogTrimSimplify (Dialogs) Changed in Version 2022.1

www.CAD6.com

C++ Syntax

bool

MKI_DialogTrimSimplify(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 MKI_SIMPLIFY_DATA_PTR f_pSimplify );

 

Shows and processes a dialog for simplification parameter editing.

 

Not supported in CAD6starter!

 

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.

Simplify New in Version 2022.1

[MKI_SIMPLIFY_DATA_PTR] Address of a set of options to be edited or nullptr if the application's global settings shall be edited.

 

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