NAME
SPROX_GetLibrary
DESCRIPTION
Retrieve the SpringProxAPI version info
INPUTS
TCHAR *library : buffer to receive the library info WORD len : character-size of the buffer
RETURNS
MI_OK : success
NOTES
The function returns - "SPRINGCARD SPRINGPROX/CSB <level> <version>" <level> shows library capabilities : - 1 basic firmware <version> is the version field, formatted "M.mm" as follow : - M is the major release number (1 to 2 digits) - m is the minor release number (1 to 3 digits)
VARIANTS
SPROX_GetLibraryA : ASCII version SPROX_GetLibraryW : UNICODE version