This function has been deprecated and will be removed from the public API in a future release. Please use IG_version_numbers instead.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI ART_version_numbers( DWORD lpdwMajor, DWORD lpdwMinor, DWORD lpdwUpdate, BOOL lpbNewAPI ); |
Name | Type | Description |
---|---|---|
lpdwMajor | DWORD | Far pointer to an INT variable in which will be stored the Major version number of the version of ART component that you are using. |
lpdwMinor | DWORD | Far pointer to an INT variable in which will be stored the Minor version number of the version of ART component that you are using. |
lpdwUpdate | DWORD | Far pointer to an INT variable in which will be stored the Update (bug fix) number, reflecting any updates you have received and installed in this version of ART component. |
lpbNewAPI | BOOL | This argument returns TRUE if current version of ART component uses new ImageGear display API. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
None
This function provides you with information about currently used version of ART component.