BB FlashBack SDK: FBEditor

GetLicenceInfo

Description

Returns a value indicating the type and validity of the SDK licence currently in use.
 

Syntax

[C#/C++]
public Bool GetLicenceInfo (long* pLicenceType)

[VB.NET]
public Function GetLicenceInfo (ByRef pLicenceType() As Long) As Boolean
 

Parameters

pLicenceType : pointer to a long value that will be set to a value indicating the type of licence.
 

Return Values

If the licence is invalid, the return value is zero.

If the licence is valid, the return value non-zero.
 

Remarks

Possible values of pLicenceType:

0

Basic

1

Professional

2

Advanced