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