This function gets the size of the array of a capability.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_TWAIN_cap_array_size_get( HTWAINCAP hTWAINCap, LPDWORD lpArraySize ); |
Name | Type | Description |
---|---|---|
hTWAINCap | HTWAINCAP | Handle to the capability container. References the container structure where detailed information about the capability is stored. |
lpArraySize | LPDWORD | Pointer to a DWORD that receives the array size. |
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.
Applicable to TW_ON_ARRAY and TW_ON_ENUMERATION containers.