GoWebScan API
kStatus GoWebScanSdk_Construct ( kAssembly assembly)

Constructs the GoWebScan SDK library.

This function should be called prior to calling any other GoWebScan SDK functions. When the library is no longer needed, call kObject_Destroy on the assembly object that is returned by this function.

This function can safely be called multiple times. In order to ensure final cleanup, kObject_Destroy must be invoked a corresponding number of times.

Parameters
assemblyReceives an assembly object representing the GoWebScanSdk library.
Returns
Operation status.