BB FlashBack SDK: FBEditor

GetSDKVersion

Description

Returns the version of the SDK used to create this instance of FBEditor.
 

Syntax

[C#/C++]
public BSTR* GetSDKVersion ()

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

Remarks

The version of the DLL will usually be the same as the version of the SDK read via FBEditor::GetVersion.

They may differ if the version number of the SDK has been advanced, but only some DLLs were changed, and unchanged DLLs did not also advance their version number.

See also

FBEditor::GetVersion