BB FlashBack SDK: FBVDisk

GetRuntimeLicence

Description

Gets the 'runtime' licence key that must be passed to a call to SetRuntimeLicence on the end-user's PC, in order to fully licence applications that use the FlashBack SDK.

Syntax

[C#/C++]
public String GetRuntimeLicence (void)

[VB.NET]
Public Function GetRuntimeLicence () As String

Return value

When the function succeeds, it returns the runtime licence key string.
 

Remarks

In the executable delivered to end-users, the first call to FBVDisk after construction must be SetRuntimeLicence, passing in the value returned from a previous call to FBVDisk::GetRuntimeLicence on the developers PC. If this call to SetRuntimeLicence is not made, the delivered executable will not be fully licensed and subsequent calls to objects will fail.

See Also

FBVDisk::SetRuntimeLicence   Runtime licensing on end-user PCs