Bitdefender Hypervisor Memory Introspection
_AGENT_REM_EVENT_HEADER Struct Reference

Common header for all remediation tool events. More...

#include <intro_types.h>

Data Fields

DWORD Version
 Event version. Must match REM_EVENT_VERSION. More...
 
DWORD Size
 Event size. Must match REM_EVENT_SIZE. More...
 
DWORD Reserved
 Reserved for padding/future use. More...
 
AGENT_REM_EVENT_TYPE EventType
 Event type. More...
 

Detailed Description

Common header for all remediation tool events.

Definition at line 2158 of file intro_types.h.

Field Documentation

◆ EventType

AGENT_REM_EVENT_TYPE _AGENT_REM_EVENT_HEADER::EventType

Event type.

Definition at line 2163 of file intro_types.h.

Referenced by IntAgentHandleRemediationVmcall().

◆ Reserved

DWORD _AGENT_REM_EVENT_HEADER::Reserved

Reserved for padding/future use.

Definition at line 2162 of file intro_types.h.

◆ Size

DWORD _AGENT_REM_EVENT_HEADER::Size

Event size. Must match REM_EVENT_SIZE.

Definition at line 2161 of file intro_types.h.

Referenced by IntAgentHandleRemediationVmcall().

◆ Version

DWORD _AGENT_REM_EVENT_HEADER::Version

Event version. Must match REM_EVENT_VERSION.

Definition at line 2160 of file intro_types.h.

Referenced by IntAgentHandleRemediationVmcall().


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