int getScanResult(int ScanHandle)

This function returns the scan result code (see Result Codes) for the scan associated with the ScanHandle.

ScanHandle = a valid scan handle from scanBuffer() or scanFile().
returns the scan result code upon success otherwise an error code:
snf_ERROR_NO_HANDLE - The ScanHandle is not valid.
See Result Codes for other possible return values.
Related Topics