Bitdefender Hypervisor Memory Introspection
lixcmdline.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
11 
12 #ifndef _LIXCMDLINE_H_
13 #define _LIXCMDLINE_H_
14 
15 #include "lixprocess.h"
16 
19  _In_ LIX_TASK_OBJECT *Task
20  );
21 
24  _In_ ENG_NOTIFICATION_CMD_LINE *EngineNotification
25  );
26 
27 #endif // _LIXCMDLINE_H_
#define _In_
Definition: intro_sal.h:21
INTSTATUS IntLixHandleCmdLineCallback(ENG_NOTIFICATION_CMD_LINE *EngineNotification)
Send a command line violation event.
Definition: lixcmdline.c:140
int INTSTATUS
The status data type.
Definition: introstatus.h:24
Command line notification for scan engines.
Definition: intro_types.h:2080
INTSTATUS IntLixCmdLineInspect(LIX_TASK_OBJECT *Task)
Send a command line scan request to the scan engines.
Definition: lixcmdline.c:70