DTWAIN_EnablePrinter
|
The DTWAIN_EnablePrinter function turns on or off the current Imprinter or Endorser
DTWAIN_BOOL DTWAIN_EnablePrinter (
Parameters Source An open TWAIN Source.
bEnable Determines whether to turn on or off the imprinter/endorser
Return Values TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Comments The DTWAIN_EnablePrinter function turns on or off the current Imprinter or Endorser. If bEnable is TRUE, the imprinter/endorser is turned on, else it is turned off. To set the current imprinter/endorser use DTWAIN_SetPrinter
TWAIN State Transitions The Source must be in State 4 or higher
Prerequisite Function Call(s) DTWAIN Source Selection Function
See Also |