DTWAIN_GetCapOperations |
Top Previous Next |
The DTWAIN_GetCapOperations function gets the operations (GET, GETDEFAULT, SET, etc.) that are supported by a capability.
DTWAIN_BOOL DTWAIN_GetCapOperations (
Parameters Source An open TWAIN Source.
Capability The capability that is to be queried for the operations.
lpOperations Address of a LONG that will retrieve the operations supported.
Return Values The return value is TRUE if successful. Otherwise FALSE is returned.
Comments The DTWAIN_GetCapOperations function gets a Source's device capability available operations for a capability Capability. The operations are returned in the address lpOperations. One or more of the following values Boolean ORed will define the returned operations together:
TWAIN State Transitions The Source must be in State 4 or higher (depending on the capability).
Prerequisite Function Call(s)
DTWAIN Source Selection Function
See Also |