ReactOS 0.4.15-dev-7788-g1ad9096
_MEM_HOOK Struct Reference
Collaboration diagram for _MEM_HOOK:

Public Attributes

LIST_ENTRY Entry
 
HANDLE hVdd
 
ULONG Count
 
union {
   PVDD_MEMORY_HANDLER   VddHandler
 
   struct {
      PMEMORY_READ_HANDLER   FastReadHandler
 
      PMEMORY_WRITE_HANDLER   FastWriteHandler
 
   } 
 
}; 
 

Detailed Description

Definition at line 24 of file memory.c.

Member Data Documentation

◆ 

union { ... } _MEM_HOOK::@5070

◆ Count

ULONG _MEM_HOOK::Count

◆ Entry

◆ FastReadHandler

PMEMORY_READ_HANDLER _MEM_HOOK::FastReadHandler

Definition at line 36 of file memory.c.

Referenced by MemInstallFastMemoryHook(), and ReadPage().

◆ FastWriteHandler

PMEMORY_WRITE_HANDLER _MEM_HOOK::FastWriteHandler

Definition at line 37 of file memory.c.

Referenced by MemInstallFastMemoryHook(), and WritePage().

◆ hVdd

◆ VddHandler

PVDD_MEMORY_HANDLER _MEM_HOOK::VddHandler

Definition at line 32 of file memory.c.

Referenced by MemExceptionHandler(), and VDDInstallMemoryHook().


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