|
FireSync API
|
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.
| assembly | Receives a handle to the kFsLib type assembly. |