home *** CD-ROM | disk | FTP | other *** search
- #ifndef SCANNER_PROTOS_H
- #define SCANNER_PROTOS_H
-
-
- void openScanner(char* name,int unit,struct ScannerOptions* option,BYTE* status);
- void closeScanner(void);
- void setParameter(struct ScanParameters* param,BYTE* status);
- void startScanning(struct ScanInformation* inform,BYTE* status);
- void stopScanning(void);
- void readScanLine(UBYTE* data,ULONG* length,BYTE* status);
-
- #endif
-
-