DTWAIN_GetPrinterStartNumber
|
The DTWAIN_GetPrinterStartNumber function sets the current Imprinter/Endorser starting page number
DTWAIN_BOOL DTWAIN_GetPrinterStartNumber (
Parameters Source An open TWAIN Source.
lpStartNum Address where returned starting number will be stored
Return Values TRUE if successful, FALSE otherwise. If the function returns FALSE, call DTWAIN_GetLastError() to get extended information.
Comments The DTWAIN_GetPrinterStartNumber function gets the current imprinter/endorser starting page number for the Source Source, and stores the value in the address lpStartNum
TWAIN State Transitions The Source must be in State 4. or higher
Prerequisite Function Call(s) DTWAIN Source Selection Function
See Also |