sntl_lg_get_version() Function
Description
Retrieves the version and build number of the LicGen library.
Usage Notes
Any pointer can be null if its information is not required.
Syntax
sntl_lg_status_t SNTL_LG_CALLCONV sntl_lg_get_version(
unsigned int *major_version,
unsigned int *minor_version,
unsigned int *build_server,
unsigned int *build_number,
)
Parameters
|
Pointer to retrieve the major version number |
|
Pointer to retrieve the minor version number |
|
Pointer to retrieve the build server id (For internal use by Thales) |
|
Pointer to retrieve the build number |