SK_ApiContext Type

Handle to a SoftwareKey API Context.

Remarks

Important Note

The API Context may only represent a single License File. When working with multiple License Files in a single application, one API Context will need to be created for each License File.

Important Note

When you have finished working with an API Context, it needs to be disposed to clear memory properly. The SK_ApiContextDispose function is recommended for this purpose.

Syntax

C/C++
typedef void *SK_ApiContext;
Visual Basic
Dim SK_ApiContext As Long