Searched defs:ScanDef (Results 1 – 2 of 2) sorted by relevance
619 typedef struct ScanDef struct621 SANE_Bool fCalibrated; /**< calibrated or not */622 SANE_Bool skipCoarseCalib;/**< skip coarse calibration or not */623 u_long dwFlag; /**< scan attributes */625 ScanParam sParam; /**< all we need to scan */627 AnyPtr UserBuf; /**< pointer to the user buffer */628 u_long dwLinesUser; /**< Number of lines of user buffer */629 u_long dwBytesLine; /**< Bytes per line of user buffer. */630 u_long dwLinesToProcess;633 void (*pfnProcess)(struct Plustek_Device*);[all …]
763 } ScanDef, *pScanDef; typedef