This function gets the data type of a capability from its container.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_TWAIN_cap_item_type_get( HTWAINCAP hTWAINCap, LPAT_MODE lpItemType ); |
Name | Type | Description |
---|---|---|
hTWAINCap | HTWAINCAP | Handle to the capability container. References the container structure where detailed information about the capability is stored. |
lpItemType | LPAT_MODE |
Capability data type. Can be one of the following values:
|
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.