| Home | All functions | Legacy functions | Categories |
Prototype: vuAutoDetectReleaseDeepScan(LONG InHandle), SIGNED, PROC, PASCAL, RAW, NAME(‘vuAutoDetectReleaseDeepScan’)
Releases the stored state for an asynchronous deep autodetect job after completion or cancel.
rc LONG
handle LONG
handle = 1 ! Use the handle returned by vuAutoDetectStartDeepScan.
rc = vuAutoDetectReleaseDeepScan(handle)
IF rc = 0
MESSAGE('Deep scan handle was not released: ' & vuMailLastError())
END
| Home | All functions | Legacy functions | Categories |