MKI_DialogSelectMultiPage (Dialogs) New in Version 2022.0

www.CAD6.com

C++ Syntax

__int32

MKI_DialogSelectMultiPage(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 bool* f_pfSelected );

 

Shows and processes a dialog for multiple page selection.

 

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.

Selected

[bool*] Address of a boolean array with at least MKI_PAGE_MAX entries. It will be used to initialize the dialog and will receive all changes by the user.

 

Return Value

Number of selected pages (0 .. MKI_PAGE_MAX) if successful or -1 if the user canceled.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH