Features
This is a function for checking information on this API.
Parameter
None
Return
|
Value |
Description |
|---|---|
|
Character String (Maximum 32 byte) |
Version Information (e.g., GL:010105) |
Example
C++
char *lpszLibVersion = get_library_version();
cout << "LibVersion: " << lpszLibVersion << endl;