MKI_PlugInGetState (Plug-Ins) Changed in Version 2022.2

www.CAD6.com

C++ Syntax

bool

MKI_PlugInGetState(

 __int16 f_nOwnerID,

 __int16 f_nPlugInID )

 

Checks if the given plug-in, import filter, or export filter is loaded and active.

 

Parameters

OwnerID New in Version 2022.2

[__int16] This value is a unique identification of the creator of the plug-in. The value MKI_DB_OWNER_MK is reserved for use by Malz++Kassner. Valid range: 0 <= Value < 10000.

Third-party vendors that plan to implement a plug-in should contact Malz++Kassner to receive their unique identification (see Getting Your Private Owner ID).

PlugInID New in Version 2022.2

[__int16] This value is a plug-in identification. This value can freely be managed by the plug-in's creator. For Malz++Kassner plug-ins, see MKI_PLUGINID_*.

 

Return Value

Returns true if the given plug-in is fully active. Otherwise, false is returned, indicating that the plug-in is either not loaded or not correctly unlocked.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH