DTWAIN_EnumJobControlsEx

Top  Previous  Next

The DTWAIN_EnumJobControlsEx function returns the available job control options when acquiring images.

 

DTWAIN_ARRAY DTWAIN_EnumJobControlsEx ( DTWAIN_SOURCE Source );

 

Parameters

Source

Specifies an open TWAIN Source.

 

Return Values

A DTWAIN_ARRAY that will be filled with the available job control options.

 

Comments

The DTWAIN_EnumJobControlsEx performs the same functions as DTWAIN_EnumJobControls, with the only difference being that the DTWAIN_ARRAY is returned instead of the client having to provide a pointer to a DTWAIN_ARRAY.  

 

TWAIN State Transitions

The source must be opened in State 4

 

Prerequisite Function Call(s)

DTWAIN_SysInitialize

DTWAIN Source Selection Function

 

 

See Also

Job Control Support