This function gets the numeric designator of a capability from its container.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_TWAIN_cap_id_get(
HTWAINCAP hTWAINCap,
LPAT_MODE lpCapId
);
|
Arguments:
Name |
Type |
Description |
hTWAINCap |
HTWAINCAP |
Handle to the capability container. References the container structure where detailed information about the capability is stored. |
lpCapId |
LPAT_MODE |
The numeric designator of the capability (of the form IG_TW_CAP_xxxx, IG_TW_ICAP_xxxx, or IG_TW_ACAP_xxxx). |
Return Value:
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
Supported Raster Image Formats:
This function does not process image pixels.