Bitdefender Hypervisor Memory Introspection
_AGENT_LGT_EVENT_HEADER Struct Reference

Common header for all log gather tool events. More...

#include <intro_types.h>

Data Fields

DWORD Version
 Event version. Should match LGT_EVENT_VERSION. More...
 
DWORD Size
 Event size. Should match LGT_EVENT_SIZE/. More...
 
DWORD Reserved1
 Reserved for padding/future use. More...
 
DWORD EventType
 Event type. More...
 

Detailed Description

Common header for all log gather tool events.

Events of these type are sent when the log gathering tool has been injected and started inside the guest and it is executing intro calls (VMCALLs), reporting back to Introcore.

Definition at line 2259 of file intro_types.h.

Field Documentation

◆ EventType

DWORD _AGENT_LGT_EVENT_HEADER::EventType

Event type.

Definition at line 2264 of file intro_types.h.

Referenced by IntAgentHandleLogGatherVmcall().

◆ Reserved1

DWORD _AGENT_LGT_EVENT_HEADER::Reserved1

Reserved for padding/future use.

Definition at line 2263 of file intro_types.h.

◆ Size

DWORD _AGENT_LGT_EVENT_HEADER::Size

Event size. Should match LGT_EVENT_SIZE/.

Definition at line 2262 of file intro_types.h.

Referenced by IntAgentHandleLogGatherVmcall().

◆ Version

DWORD _AGENT_LGT_EVENT_HEADER::Version

Event version. Should match LGT_EVENT_VERSION.

Definition at line 2261 of file intro_types.h.

Referenced by IntAgentHandleLogGatherVmcall().


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