Bitdefender Hypervisor Memory Introspection
_HOOK_DTR Struct Reference

#include <hook_dtr.h>

Data Fields

LIST_ENTRY Link
 List entry element. More...
 
DWORD Flags
 Hook flags, a combination of IG_DESC_ACCESS. More...
 
BOOLEAN Disabled
 True if the hook has been removed/disabled. More...
 
PFUNC_DtrReadWriteHookCallback Callback
 The callback. More...
 

Detailed Description

Describes a DTR hook.

Definition at line 42 of file hook_dtr.h.

Field Documentation

◆ Callback

PFUNC_DtrReadWriteHookCallback _HOOK_DTR::Callback

The callback.

Definition at line 47 of file hook_dtr.h.

Referenced by IntHookDtrSetHook().

◆ Disabled

BOOLEAN _HOOK_DTR::Disabled

True if the hook has been removed/disabled.

Definition at line 46 of file hook_dtr.h.

◆ Flags

DWORD _HOOK_DTR::Flags

Hook flags, a combination of IG_DESC_ACCESS.

Definition at line 45 of file hook_dtr.h.

Referenced by IntHookDtrSetHook().

◆ Link

LIST_ENTRY _HOOK_DTR::Link

List entry element.

Definition at line 44 of file hook_dtr.h.

Referenced by IntHookDtrSetHook().


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