NInitCE
|
API |
NInitCE |
|
Function |
This is the first method called. It allows you to initialize your engine. Metadefender Core will recognize your engine only if this method returns successfully (returns "0"). |
Function prototype
public int NInitCE()Arguments
No argument.
Return value
|
Value |
Description |
|
0 |
To indicate that the engine initialized correctly. |
|
1 |
To indicate initialization failed and the engine should not be used. |