GetProductName
|
API |
GetProductName |
|
Function |
This method provides the name of the custom engine. Metadefender Core uses this for display purposes. |
Function prototype
int GetProductName( wchar_t ** productName void ** reserved)Arguments
|
Argument |
Description |
Other |
|
productName |
The name of the custom engine |
Implementer must allocate the memory required. |
|
reserved |
Reserved for future use |
|
Return value
|
Value |
Description |
|
0 |
To indicate that product name is successfully returned. |
|
Other value |
Not supported. Reserved for future use. |