GetDefinitionTime
API |
GetDefinitionTime |
Function |
This is used to retrieve the timestamp of the definition files currently in use by the custom engine. Memory is allocated by Metadefender Core. |
Function prototype
int
GetDefinitionTime
(
int
* defYear,
int
* defMon,
int
* defDay,
int
* defHour,
int
* defMin,
void
** reserved
)
Arguments
Argument |
Description |
defYear |
Year portion of definition time |
defMon |
Month portion of definition time |
defDay |
Day portion of definition time |
defHour |
Hour portion of definition time |
defMin |
Minute portion of definition time |
Return value
Value |
Description |
0 |
Information successfully retrieved. |
1 |
Information unavailable. |