Callback For Scan Started Report (COM)
Method |
ScanStartReport |
Description |
This callback method is invoked when each engine begins the scan. It is used when a scan request begins. This callback is fired on if “report_on_scan_start” is set to “1” (true). |
Note |
Connection Points |
Function prototype
void
ScanStartReport
(
VARIANT ticket,
VARIANT productName,
VARIANT filePath
)
Arguments
Argument |
Description |
Data Type |
ticket |
The ticket which is generated when this scan has been requested. |
UINT32 |
productName |
The description of the product. |
string |
filePath |
The path to the file which is scanned. |
string |