docs

Home All functions Legacy functions Categories

vuAutoDetectReleaseDeepScan

Clarion prototype

Prototype: vuAutoDetectReleaseDeepScan(LONG InHandle), SIGNED, PROC, PASCAL, RAW, NAME(‘vuAutoDetectReleaseDeepScan’)

Releases the stored state for an asynchronous deep autodetect job after completion or cancel.

Example (Clarion)

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