NGetDefinitionTime
API |
NGetDefinitionTime |
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
NGetDefinitionTime
(
ref
int
defYear,
ref
int
defMon,
ref
int
defDay,
ref
int
defHour,
ref
int
defMin,
)
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. |