ReactOS 0.4.16-dev-38-g96c65e9
|
Public Attributes | |
LIST_ENTRY | Entry |
HANDLE | hVdd |
ULONG | Count |
union { | |
PVDD_MEMORY_HANDLER VddHandler | |
struct { | |
PMEMORY_READ_HANDLER FastReadHandler | |
PMEMORY_WRITE_HANDLER FastWriteHandler | |
} | |
}; | |
union { ... } _MEM_HOOK::@5071 |
ULONG _MEM_HOOK::Count |
Definition at line 28 of file memory.c.
Referenced by MemInstallFastMemoryHook(), MemRemoveFastMemoryHook(), VDDDeInstallMemoryHook(), and VDDInstallMemoryHook().
LIST_ENTRY _MEM_HOOK::Entry |
Definition at line 26 of file memory.c.
Referenced by MemInstallFastMemoryHook(), MemRemoveFastMemoryHook(), VDDDeInstallMemoryHook(), and VDDInstallMemoryHook().
PMEMORY_READ_HANDLER _MEM_HOOK::FastReadHandler |
Definition at line 36 of file memory.c.
Referenced by MemInstallFastMemoryHook(), and ReadPage().
PMEMORY_WRITE_HANDLER _MEM_HOOK::FastWriteHandler |
Definition at line 37 of file memory.c.
Referenced by MemInstallFastMemoryHook(), and WritePage().
HANDLE _MEM_HOOK::hVdd |
Definition at line 27 of file memory.c.
Referenced by MemInstallFastMemoryHook(), MemRemoveFastMemoryHook(), ReadPage(), VDDAllocMem(), VDDDeInstallMemoryHook(), VDDFreeMem(), VDDInstallMemoryHook(), and WritePage().
PVDD_MEMORY_HANDLER _MEM_HOOK::VddHandler |
Definition at line 32 of file memory.c.
Referenced by MemExceptionHandler(), and VDDInstallMemoryHook().