Bitdefender Hypervisor Memory Introspection
_INFO_UD_PENDING Struct Reference

#include <udlist.h>

Data Fields

LIST_ENTRY Link
 List entry element. More...
 
QWORD Cr3
 Target virtual address space. More...
 
QWORD Rip
 The Rip. More...
 
QWORD Thread
 Software thread ID. More...
 

Detailed Description

One pending UD injection.

Definition at line 14 of file udlist.h.

Field Documentation

◆ Cr3

QWORD _INFO_UD_PENDING::Cr3

Target virtual address space.

Definition at line 17 of file udlist.h.

Referenced by IntUDAddToPendingList().

◆ Link

LIST_ENTRY _INFO_UD_PENDING::Link

List entry element.

Definition at line 16 of file udlist.h.

Referenced by IntUDAddToPendingList().

◆ Rip

QWORD _INFO_UD_PENDING::Rip

The Rip.

Definition at line 18 of file udlist.h.

Referenced by IntUDAddToPendingList().

◆ Thread

QWORD _INFO_UD_PENDING::Thread

Software thread ID.

Definition at line 19 of file udlist.h.

Referenced by IntUDAddToPendingList().


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