Bitdefender Hypervisor Memory Introspection
_LIX_AGENT_THREAD_RUN_CLI_ARGS Struct Reference

Arguments of the run command-line agent. More...

#include <lixagent.h>

Data Fields

struct {
   char   Args [LIX_AGENT_MAX_ARGS_LENGTH]
 The command line to be executed. More...
 
Exec
 
struct {
   QWORD   UhmWaitProc
 The value of UMH_WAIT_PROC of current guest. More...
 
   QWORD   UhmWaitExec
 The value of UMH_WAIT_EXEC of current guest. More...
 
Umh
 

Detailed Description

Arguments of the run command-line agent.

Definition at line 362 of file lixagent.h.

Field Documentation

◆ Args

char _LIX_AGENT_THREAD_RUN_CLI_ARGS::Args[LIX_AGENT_MAX_ARGS_LENGTH]

The command line to be executed.

Definition at line 366 of file lixagent.h.

Referenced by IntLixDepRunCommand().

◆ Exec

struct { ... } _LIX_AGENT_THREAD_RUN_CLI_ARGS::Exec

Referenced by IntLixDepRunCommand().

◆ UhmWaitExec

QWORD _LIX_AGENT_THREAD_RUN_CLI_ARGS::UhmWaitExec

The value of UMH_WAIT_EXEC of current guest.

Definition at line 372 of file lixagent.h.

Referenced by IntLixDepRunCommand().

◆ UhmWaitProc

QWORD _LIX_AGENT_THREAD_RUN_CLI_ARGS::UhmWaitProc

The value of UMH_WAIT_PROC of current guest.

Definition at line 371 of file lixagent.h.

Referenced by IntLixDepRunCommand().

◆ Umh

struct { ... } _LIX_AGENT_THREAD_RUN_CLI_ARGS::Umh

Referenced by IntLixDepRunCommand().


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