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 1917 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 1921 of file intro_types.h.

Referenced by IntWinInspectCommandLine().

◆ CmdLine

BYTE* _ENG_NOTIFICATION_CMD_LINE::CmdLine

The command line to be scanned.

Definition at line 1922 of file intro_types.h.

Referenced by IntWinInspectCommandLine().

◆ CmdLineSize

DWORD _ENG_NOTIFICATION_CMD_LINE::CmdLineSize

The size of the command line buffer.

Definition at line 1923 of file intro_types.h.

Referenced by IntWinInspectCommandLine().

◆ Header

ENG_NOTIFICATION_HEADER _ENG_NOTIFICATION_CMD_LINE::Header

Notification header.

Definition at line 1919 of file intro_types.h.

Referenced by IntWinInspectCommandLine().

◆ Parent

INTRO_PROCESS _ENG_NOTIFICATION_CMD_LINE::Parent

The parent process that provided the command line.

Definition at line 1920 of file intro_types.h.

Referenced by IntWinInspectCommandLine().


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