Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoSdkLib.h File Reference

Description

Gocator API library management functions.

Go to the source code of this file.

Functions

 kBeginHeader () kStatus GoSdk_Construct(kAssembly *assembly)
 Constructs the Gocator API library. More...
 

Function Documentation

kBeginHeader ( )

Constructs the Gocator API library.

This function should be called prior to calling any other Gocator API 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 GoSdk library.
Returns
Operation status.