LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
initialize.h File Reference
#include <LayOutAPI/common.h>

Go to the source code of this file.

Functions

LO_EXPORT void LOInitialize ()
 Initializes the LayOut C API interface. Must be called before calling any other API function. More...
 
LO_EXPORT void LOTerminate ()
 Signals termination of use of the LayOut C API interface. Must be called when done using API functions. More...
 
LO_EXPORT void LOGetAPIVersion (size_t *major, size_t *minor)
 Returns the major and minor API version numbers. More...
 

Function Documentation

LO_EXPORT void LOGetAPIVersion ( size_t *  major,
size_t *  minor 
)

Returns the major and minor API version numbers.

Parameters
[out]majorThe major version number retrieved.
[out]minorThe minor version number retrieved.
LO_EXPORT void LOInitialize ( )

Initializes the LayOut C API interface. Must be called before calling any other API function.

LO_EXPORT void LOTerminate ( )

Signals termination of use of the LayOut C API interface. Must be called when done using API functions.