RunAntivirusScan (open)
Scan the specified file for virusses
Syntax
LOADLIB "mod::system/lib/networking/antivirus.whlib";
RECORD FUNCTION RunAntivirusScan(BLOB data)Parameters
BLOB dataFile to scan
Return value
RECORDScan result
STRING detailName of the found virus signature
STRING errorcodeError code (noscannersavailable | suspicious | allscannersfailed)
STRING messageHuman readable error message (always English)
BOOLEAN successIf true, scan was completed and found no issues