Get an engine info (COM)
Method |
GetUpdateStatusEx |
Description |
This method returns information about the virus definition files of the requested product. |
Function prototype
HRESULT
GetUpdateStatusEx
{
[in] VARIANT ProductNamePart,
[out] VARIANT * ProductDescription,
[out] VARIANT * VirusDefinitionDate,
[out] VARIANT * VirusDefinitionVersion,
[out] VARIANT * VirusDefinitionSignature,
[out] VARIANT * ProductEngineVersion
}
Arguments
Argument |
Description |
Data Type |
ProductNamePart |
A part of the product name of the desired package. Definition file information of the product containing this value will be returned. |
string |
ProductDescription |
The description of the product that matched ProductNamePart. |
string |
VirusDefinitionDate |
The dates of virus definition files for the product. 0 will be returned if the data file time is unavailable, for example when the product does not support the data file time. |
date |
VirusDefinitionVersion |
The virus definition file version of the product. |
string |
VirusDefinitionSignature |
The virus definition file signature of the product. |
string |
ProductEngineVersion |
The product (engine) version. |
string |