Bitdefender Hypervisor Memory Introspection
_HOOK_CR Struct Reference

#include <hook_cr.h>

Data Fields

LIST_ENTRY Link
 List entry link. More...
 
DWORD Flags
 Flags. Can be used by the caller. More...
 
DWORD Cr
 The CR number. More...
 
BOOLEAN Disabled
 If true, the hook is disabled, and the callback will no longer be called. More...
 
PFUNC_CrWriteHookCallback Callback
 Callback. More...
 
void * Context
 Optional context, will be passed to the callback. More...
 

Detailed Description

Describes one CR hook.

Definition at line 43 of file hook_cr.h.

Field Documentation

◆ Callback

PFUNC_CrWriteHookCallback _HOOK_CR::Callback

Callback.

Definition at line 49 of file hook_cr.h.

Referenced by IntHookCrSetHook().

◆ Context

void* _HOOK_CR::Context

Optional context, will be passed to the callback.

Definition at line 50 of file hook_cr.h.

Referenced by IntHookCrSetHook().

◆ Cr

DWORD _HOOK_CR::Cr

The CR number.

Definition at line 47 of file hook_cr.h.

Referenced by IntHookCrSetHook().

◆ Disabled

BOOLEAN _HOOK_CR::Disabled

If true, the hook is disabled, and the callback will no longer be called.

Definition at line 48 of file hook_cr.h.

Referenced by IntHookCrSetHook().

◆ Flags

DWORD _HOOK_CR::Flags

Flags. Can be used by the caller.

Definition at line 46 of file hook_cr.h.

Referenced by IntHookCrSetHook().

◆ Link

LIST_ENTRY _HOOK_CR::Link

List entry link.

Definition at line 45 of file hook_cr.h.

Referenced by IntHookCrSetHook().


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