Bitdefender Hypervisor Memory Introspection
_WINOBJ_SWAPCTX Struct Reference

A context structure used to pass information between the various callbacks that search for an object. More...

Data Fields

LIST_ENTRY Link
 Entry in the gSwapHandles list. More...
 
void * SwapHandle
 The swap handle used for this search. NULL if no page swap-in is needed. More...
 
QWORD ObjectGva
 The guest linear address at which this object is locates. More...
 
DWORD Id
 The ID of this object (used for debugging). More...
 

Detailed Description

A context structure used to pass information between the various callbacks that search for an object.

Definition at line 267 of file winobj.c.

Field Documentation

◆ Id

◆ Link

◆ ObjectGva

QWORD _WINOBJ_SWAPCTX::ObjectGva

◆ SwapHandle

void* _WINOBJ_SWAPCTX::SwapHandle

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