![]() |
MKI_DialogCollectionManage (Dialogs) New in Version 2020.0 |
www.CAD6.com |
C++ Syntaxbool MKI_DialogCollectionManage( HWND f_hWindow, const LPCWSTR f_pszCaption, __int32 f_nOwnerID, __int32 f_nType );
Shows and processes a dialog for collection item management. The user may delete and rename items as well as edit an item's comment.
ParametersWindow [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. If nullptr, the dialog's default title will be used. OwnerID [__int32] Determines the OwnerID whose items shall be listed. A negative value means "all". A positive value corresponds to the OwnerID of the item's header (see MKI_ITEM_HEADER). Type [__int32] Determines the Type of the items that shall be listed. A negative value means "all". A positive value corresponds to the Type of the item's header (see MKI_ITEM_HEADER).
Return ValueReturns true if the dialog window was displayed. A return value of false indicates a problem with parameters.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH