Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
FnHook::FnEntry Struct Reference

#include <FnHook.h>

Public Attributes

HANDLE pModule
 
PIMAGE_IMPORT_DESCRIPTOR pImageDsc
 
PIMAGE_THUNK_DATA pThunkDat
 
UINT uThunkIdx
 
UINT uFnHint
 
PVOID ppFnOld
 
PVOID ppFnNew
 
PVOID ppFnAdr
 

Detailed Description

Definition at line 13 of file FnHook.h.

Member Data Documentation

PIMAGE_IMPORT_DESCRIPTOR FnHook::FnEntry::pImageDsc

Definition at line 16 of file FnHook.h.

Referenced by FnHook::HookFunction().

HANDLE FnHook::FnEntry::pModule

Definition at line 15 of file FnHook.h.

Referenced by FnHook::HookFunction().

PVOID FnHook::FnEntry::ppFnAdr

Definition at line 22 of file FnHook.h.

Referenced by FnHook::HookFunction().

PVOID FnHook::FnEntry::ppFnNew

Definition at line 21 of file FnHook.h.

Referenced by FnHook::HookFunction().

PVOID FnHook::FnEntry::ppFnOld

Definition at line 20 of file FnHook.h.

Referenced by FnHook::HookFunction().

PIMAGE_THUNK_DATA FnHook::FnEntry::pThunkDat

Definition at line 17 of file FnHook.h.

Referenced by FnHook::HookFunction().

UINT FnHook::FnEntry::uFnHint

Definition at line 19 of file FnHook.h.

Referenced by FnHook::HookFunction().

UINT FnHook::FnEntry::uThunkIdx

Definition at line 18 of file FnHook.h.

Referenced by FnHook::HookFunction().


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