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

major_version

Pointer to retrieve the major version number

minor_version

Pointer to retrieve the minor version number

build_server

Pointer to retrieve the build server id (For internal use by Thales)

build_number

Pointer to retrieve the build number

Return Values

SNTL_LG_STATUS_OK

Related Topics