Bitdefender Hypervisor Memory Introspection
_ENG_NOTIFICATION_CMD_LINE Struct Reference

Command line notification for scan engines. More...

#include <intro_types.h>

Data Fields

ENG_NOTIFICATION_HEADER Header
 Notification header. More...
 
INTRO_PROCESS Parent
 The parent process that provided the command line. More...
 
INTRO_PROCESS Child
 The child process that received the command line. More...
 
BYTECmdLine
 The command line to be scanned. More...
 
DWORD CmdLineSize
 The size of the command line buffer. More...
 

Detailed Description

Command line notification for scan engines.

Definition at line 2080 of file intro_types.h.

Field Documentation

◆ Child

INTRO_PROCESS _ENG_NOTIFICATION_CMD_LINE::Child

The child process that received the command line.

Definition at line 2084 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().

◆ CmdLine

BYTE* _ENG_NOTIFICATION_CMD_LINE::CmdLine

The command line to be scanned.

Definition at line 2085 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().

◆ CmdLineSize

DWORD _ENG_NOTIFICATION_CMD_LINE::CmdLineSize

The size of the command line buffer.

Definition at line 2086 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().

◆ Header

ENG_NOTIFICATION_HEADER _ENG_NOTIFICATION_CMD_LINE::Header

Notification header.

Definition at line 2082 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().

◆ Parent

INTRO_PROCESS _ENG_NOTIFICATION_CMD_LINE::Parent

The parent process that provided the command line.

Definition at line 2083 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().


The documentation for this struct was generated from the following file: