Initialize object (deprecated)
Method |
InitEx |
Description |
This method can still be used for the purpose of initializing an instance of a Metadefender Core object. However, with more flexible and extensive DB controller, the ability to have its own log writer per instance is disabled. |
Note |
deprecated |
Function prototype
HRESULT
InitEx
(
[in] VARIANT * argsArray,
[in] VARIANT argXML,
[out, retval] VARIANT *UsableAntiViruses
)
Arguments
Argument |
Description |
Data Type |
argsArray |
|
empty |
argXML |
This parameter is reserved for later use. Pass null as its value. |
empty |
UsableAntiViruses |
The list of AVs will be used for this instance of Metadefender Core client. |
Array of strings |