User`s guide
ldv-get-version
Purpose
Returns the current version of the driver DLL as a text string.
Format of the version
string is “M.mm[.sss]” where M is the major release number, mm is the minor release
number, and [.sssl is an option sub-release number. All numbers are decimal. Using
this function allows your application to verify that a compatible version of the driver
WLDV.DLL
isloaded:
Syntax
#include <ldv.h>
const char far *
See Also
None.
ldv-get-version(void)
Returns
char far *
Character pointer to text string containing the
WLDV . DLL
version number.
Parameters
None.
A-4
Appendix A