Check to see if plugin is licensed
[Visual Basic .NET] |
---|
Public Function CheckLicense() As Boolean |
[C#] |
---|
public bool CheckLicense(); |
[Managed C++] |
---|
public: bool CheckLicense(); |
[Unmanaged C++] |
---|
public: HRESULT CheckLicense( VARIANT_BOOL * pPluginCfgResult ); |
[Java] |
---|
public bool checkLicense(); |
Returns true if plugin is licensed.