Bitdefender Hypervisor Memory Introspection
_HOOK_XCR Struct Reference

#include <hook_xcr.h>

Data Fields

LIST_ENTRY Link
 List entry element. More...
 
DWORD Flags
 Flags. Can be used by the caller. More...
 
DWORD Xcr
 Intercepted XCR. More...
 
BOOLEAN Disabled
 If true, the hook has been removed/disabled. More...
 
PFUNC_XcrWriteHookCallback Callback
 Callback. More...
 
void * Context
 Optional context. More...
 

Detailed Description

Describes an XCR hook.

Definition at line 39 of file hook_xcr.h.

Field Documentation

◆ Callback

PFUNC_XcrWriteHookCallback _HOOK_XCR::Callback

Callback.

Definition at line 45 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().

◆ Context

void* _HOOK_XCR::Context

Optional context.

Definition at line 46 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().

◆ Disabled

BOOLEAN _HOOK_XCR::Disabled

If true, the hook has been removed/disabled.

Definition at line 44 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().

◆ Flags

DWORD _HOOK_XCR::Flags

Flags. Can be used by the caller.

Definition at line 42 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().

◆ Link

LIST_ENTRY _HOOK_XCR::Link

List entry element.

Definition at line 41 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().

◆ Xcr

DWORD _HOOK_XCR::Xcr

Intercepted XCR.

Definition at line 43 of file hook_xcr.h.

Referenced by IntHookXcrSetHook().


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