|
Bitdefender Hypervisor Memory Introspection
|
Exposes the functions used to schedule an asynchronous command line scan and receives its result. More...
#include "lixprocess.h"Go to the source code of this file.
Functions | |
| INTSTATUS | IntLixCmdLineInspect (LIX_TASK_OBJECT *Task) |
| Send a command line scan request to the scan engines. More... | |
| INTSTATUS | IntLixHandleCmdLineCallback (ENG_NOTIFICATION_CMD_LINE *EngineNotification) |
| Send a command line violation event. More... | |
Exposes the functions used to schedule an asynchronous command line scan and receives its result.
Definition in file lixcmdline.h.
| INTSTATUS IntLixCmdLineInspect | ( | LIX_TASK_OBJECT * | Task | ) |
Send a command line scan request to the scan engines.
If this function succeeds, the integrator must call the PFUNC_IntEventEnginesResultCallback, otherwise a memory leak will occur.
| [in] | Task | The process structure (it contains the command line and other fields). |
| INT_STATUS_SUCCESS | On success. |
| INT_STATUS_INSUFFICIENT_RESOURCES | If the allocation fails. |
Definition at line 70 of file lixcmdline.c.
Referenced by IntLixTaskHandleExec().
| INTSTATUS IntLixHandleCmdLineCallback | ( | ENG_NOTIFICATION_CMD_LINE * | EngineNotification | ) |
Send a command line violation event.
| [in] | EngineNotification | The engine notification containing the scan result. |
| INT_STATUS_SUCCESS | On success. |
Definition at line 140 of file lixcmdline.c.
Referenced by IntEnginesResultCallback().