Get updated virus definition files (deprecated)
Method |
GetUpdateStatus |
Description |
This method returns information about the virus definition files of the requested product. |
Note |
deprecated |
Function prototype
HRESULT
GetUpdateStatus
(
[in] VARIANT ProductNamePart,
[out] VARIANT * ProductDescription,
[out] VARIANT * VirusDefinitionDate,
[out] VARIANT * VirusDefinitionVersion
)
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 is returned. |
string |
ProductDescription |
The description of the product that matched ProductNamePart. |
string |
VirusDefinitionDate |
The dates of virus definition files for the product. "0" is 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 |