Initialize (COM)
Method |
Init |
Description |
This method is called to initialize the connection to the Metadefender Core service. This method needs to be called before any other method can be called. |
Function prototype
HRESULT
Init
(
[out, retval] VARIANT *UsableAntiMalwares
)
Arguments
Argument |
Description |
Data Type |
UsableAntiMalwares |
The list of anti-malware engine names available to be used with this instance of Metadefender Core |
array of strings (VT_BSTR) |