This function has been deprecated and will be removed from the public API in a future release. Please use IG_version_numbers instead.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI ART_version_numbers(
DWORD lpdwMajor,
DWORD lpdwMinor,
DWORD lpdwUpdate,
BOOL lpbNewAPI
);
|
|
Arguments:
| 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. |
Return Value:
Returns the number of ImageGear errors that occurred during the function call.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None
Remarks:
This function provides you with information about currently used version of ART component.