MKI_DialogPlugInNoTest (Dialogs) Changed in Version 2022.1 |
www.CAD6.com |
C++ Syntaxbool MKI_DialogPlugInNoTest( HWND f_hMainWnd, MKI_PLUGIN_CONTAINER_REF f_rContainerData, bool f_fSilent, HICON f_hIcon );
Checks a plug-in based on given information and (unless silenced) displays all necessary dialogs for customer information and unlocking. The plug-in will NOT be allowed a 30 days trial period if it's not unlocked yet.
ParametersMainWnd [HWND] Handle of the window that shall be the parent of all dialogs that have to be displayed. ContainerData [MKI_PLUGIN_CONTAINER_REF] Address of a structure that contains information about the plug-in. Silent New in Version 2019.0 [bool] If true, no dialog will be displayed in any case. Icon New in Version 2022.1 [HICON] Handle of a Windows icon to be displayed in the upper left corner of the dialog window. If nullptr, a default icons will be displayed.
Return ValueReturns true if successful, false if not.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH