NGetDefinitionInfo
API |
NGetDefinitionInfo |
Function |
This method is used to retrieve additional attributes about the definition files in use by the custom engine. |
Function prototype
int
NGetDefinitionTime
(
ref string reserved,
ref string defVer,
ref string defSig,
ref string engVer,
)
Arguments
Argument |
Description |
defVer |
Definition version you would like to report. Metadefender Core does not use this information for any logic. It is used only for display purposes. |
defSig |
Definition signature count you would like to report. Metadefender Core does not use this information for any logic. It is used only for display purposes. |
engVer |
Engine version you would like to report. Metadefender does not use this information for any logic. It is used only for display purposes. |
reserved |
Reserved for future use. |
Return value
Value |
Description |
0 |
Information successfully retrieved. |
1 |
Information unavailable. |