Bitdefender Hypervisor Memory Introspection
_LIX_AGENT_TOKEN Struct Reference

The tokens used by an agent. More...

#include <lixagent.h>

Data Fields

QWORD Hypercall
 The token used by hypercall callback. More...
 
QWORD Completion
 The token used by completion callback. More...
 
QWORD Error
 The token used by error callback. More...
 

Detailed Description

The tokens used by an agent.

Definition at line 93 of file lixagent.h.

Field Documentation

◆ Completion

QWORD _LIX_AGENT_TOKEN::Completion

The token used by completion callback.

Definition at line 96 of file lixagent.h.

Referenced by IntLixAgentCreate(), IntLixAgentThreadCreate(), and IntLixAgentThreadHandleBreakpoint().

◆ Error

QWORD _LIX_AGENT_TOKEN::Error

The token used by error callback.

Definition at line 97 of file lixagent.h.

Referenced by IntLixAgentCreate(), IntLixAgentThreadCreate(), and IntLixAgentThreadHandleBreakpoint().

◆ Hypercall

QWORD _LIX_AGENT_TOKEN::Hypercall

The token used by hypercall callback.

Definition at line 95 of file lixagent.h.

Referenced by IntLixAgentCreate(), IntLixAgentThreadCreate(), and IntLixAgentThreadHandleBreakpoint().


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