DTWAIN_GetVersionEx
|
The DTWAIN_GetVersionEx gets the version of DTWAIN that is currently running
DTWAIN_BOOL DTWAIN_GetVersionEx (
Parameters lpMajor Pointer to returned major version number of DTWAIN library in use.
lpMinor Pointer to returned minor version number of DTWAIN library in use.
lpType Pointer to returned DTWAIN Library type (Limited, Demo, Retail, Static Library).
lpPatchVersion Pointer to returned DTWAIN Patch version.
Return Values TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Comments This function works exactly the same as DTWAIN_GetVersion, except that the DTWAIN patch version is returned in lpPatchVersion. See Also Retrieving General DTWAIN Information |