Bitdefender Hypervisor Memory Introspection
wincmdline.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 _WINCMDLINE_H_
13 #define _WINCMDLINE_H_
14 
15 #include "winprocess.h"
16 
20  );
21 
24  _In_ PENG_NOTIFICATION_CMD_LINE EngineNotification
25  );
26 
27 #endif // _WINCMDLINE_H_
Exposes the types, constants and functions used to handle Windows processes events (creation...
#define _In_
Definition: intro_sal.h:21
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntWinHandleCmdLineCallback(PENG_NOTIFICATION_CMD_LINE EngineNotification)
Handle a command line scan response.
Definition: wincmdline.c:151
Command line notification for scan engines.
Definition: intro_types.h:2080
INTSTATUS IntWinInspectCommandLine(PWIN_PROCESS_OBJECT Process)
Send a command line scan request to the scan engines.
Definition: wincmdline.c:24
This structure describes a running process inside the guest.
Definition: winprocess.h:83