This function checks whether the handle to a capability container is valid.
Copy Code
|
|
---|---|
AT_BOOL ACCUAPI IG_TWAIN_cap_is_valid( HTWAINCAP hTWAINCap ); |
Name | Type | Description |
---|---|---|
hTWAINCap | HTWAINCAP | Handle to a capability container. References the container structure where detailed information about the capability is stored. |
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.