Yeppp!
 All Classes Groups Pages
Data Types
Library initialization, deinitialization, and version information

Data Types

interface  yeplibrary::yepLibrary_Init
 Initialized the Yeppp! library. More...
 
interface  yeplibrary::yepLibrary_Release
 Deinitialized the Yeppp! library and releases the consumed system resources. More...
 

Detailed Description


Data Type Documentation

interface yeplibrary::yepLibrary_Init

Initialized the Yeppp! library.

Return values
0The library is successfully initialized.
10An uncoverable error inside the OS kernel occurred during library initialization.
See Also
yepLibrary_Release
interface yeplibrary::yepLibrary_Release

Deinitialized the Yeppp! library and releases the consumed system resources.

Return values
0The library is successfully deinitialized.
10The library failed to release some of the resources due to a failed call to the OS kernel.
See Also
yepLibrary_Init