Bitdefender Hypervisor Memory Introspection
_ENG_NOTIFICATION_HEADER Struct Reference

Notification header for scan engines alerts. More...

#include <intro_types.h>

Data Fields

INTRO_ACTION RequestedAction
 Action requested by the scan engines. More...
 
INTRO_ENG_NOTIF_TYPE Type
 The type of the notification. More...
 
INTRO_GUEST_TYPE OsType
 The guest operating system type. More...
 
CHAR DetectionName [ALERT_MAX_DETECTION_NAME]
 A NULL-terminated string with the name of the engines detection, if any. More...
 
CHAR EnginesVersion [ALERT_MAX_ENGINES_VERSION]
 A NULL-terminated string with the version of the engines. More...
 

Detailed Description

Notification header for scan engines alerts.

Definition at line 2052 of file intro_types.h.

Field Documentation

◆ DetectionName

CHAR _ENG_NOTIFICATION_HEADER::DetectionName[ALERT_MAX_DETECTION_NAME]

A NULL-terminated string with the name of the engines detection, if any.

Definition at line 2063 of file intro_types.h.

◆ EnginesVersion

CHAR _ENG_NOTIFICATION_HEADER::EnginesVersion[ALERT_MAX_ENGINES_VERSION]

A NULL-terminated string with the version of the engines.

Definition at line 2065 of file intro_types.h.

◆ OsType

INTRO_GUEST_TYPE _ENG_NOTIFICATION_HEADER::OsType

The guest operating system type.

Definition at line 2061 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().

◆ RequestedAction

INTRO_ACTION _ENG_NOTIFICATION_HEADER::RequestedAction

Action requested by the scan engines.

For asynchronous scans this action is not enforceable and has a purely informational purpose.

Definition at line 2057 of file intro_types.h.

◆ Type

INTRO_ENG_NOTIF_TYPE _ENG_NOTIFICATION_HEADER::Type

The type of the notification.

Definition at line 2059 of file intro_types.h.

Referenced by IntLixCmdLineInspect(), and IntWinInspectCommandLine().


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