FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kFsLib_Construct ( kAssembly assembly)

Constructs the FireSync API type assembly.

This function initializes the FireSync API library and returns a handle that represents the library. When the library is no longer needed, pass the library handle to the kObject_Destroy function.

Multiple nested calls to this function will return the same library instance. To ensure final cleanup, the kObject_Destroy function should be invoked a corresponding number of times on the library handle.

Parameters
assemblyReceives a handle to the kFsLib type assembly.
Returns
Operation status.