Bitdefender Hypervisor Memory Introspection
_LIX_AGENT_FUNCTIONS_LIST Struct Reference

A list of functions required by agent. More...

#include <lixagent.h>

Data Fields

DWORD Required
 The number of required function addresses for the 'Name' array. More...
 
DWORD Count
 The number of function names. More...
 
char * Name [256]
 The function name. More...
 

Detailed Description

A list of functions required by agent.

Definition at line 188 of file lixagent.h.

Field Documentation

◆ Count

DWORD _LIX_AGENT_FUNCTIONS_LIST::Count

The number of function names.

Definition at line 191 of file lixagent.h.

Referenced by IntLixAgentResolveOffset().

◆ Name

char* _LIX_AGENT_FUNCTIONS_LIST::Name[256]

The function name.

Definition at line 192 of file lixagent.h.

Referenced by IntLixAgentResolveOffset().

◆ Required

DWORD _LIX_AGENT_FUNCTIONS_LIST::Required

The number of required function addresses for the 'Name' array.

Definition at line 190 of file lixagent.h.

Referenced by IntLixAgentResolveOffset().


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