InitCE
API |
InitCE |
Function |
This is the first method called. It allows you to initialize your engine. Metadefender Core recognizes your engine only if this method returns successfully (returns 0). |
Function prototype
int
InitCE
(
void
**reserved
)
Arguments
Argument |
Description |
reserved |
Reserved for future usage |
Return value
Value |
Description |
0 |
To indicate that the engine initialized correctly. |
1 |
To indicate initialization failed and the engine should not be used. |