Bitdefender Hypervisor Memory Introspection
_WIN_INIT_SWAP Struct Reference

The initialization swap handle. More...

#include <winguest.h>

Data Fields

LIST_ENTRY Link
 Link inside the WINDOWS_GUEST.InitSwapHandles list. More...
 
void * SwapHandle
 The actual swap handle returned by IntSwapMemRead. More...
 
QWORD VirtualAddress
 The guest virtual address that will be read. More...
 
DWORD Size
 The size of the read. More...
 

Detailed Description

The initialization swap handle.

These are used to read WINDOWS_GUEST.KernelBuffer.

Definition at line 865 of file winguest.h.

Field Documentation

◆ Link

◆ Size

DWORD _WIN_INIT_SWAP::Size

The size of the read.

Definition at line 871 of file winguest.h.

Referenced by IntWinGuestCancelKernelRead(), IntWinGuestNew(), IntWinGuestReadKernel(), IntWinHalCancelRead(), and IntWinHalReadHal().

◆ SwapHandle

void* _WIN_INIT_SWAP::SwapHandle

The actual swap handle returned by IntSwapMemRead.

Definition at line 868 of file winguest.h.

Referenced by IntWinGuestCancelKernelRead(), IntWinGuestNew(), IntWinGuestReadKernel(), IntWinHalCancelRead(), and IntWinHalReadHal().

◆ VirtualAddress

QWORD _WIN_INIT_SWAP::VirtualAddress

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