ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Functions | |
static PIMAGE_IMPORT_DESCRIPTOR | FindImportDescriptor (PBYTE DllBase, PCSTR DllName) |
static BOOL | RedirectIat (HMODULE TargetDll, PCSTR DllName, PCSTR FunctionName, ULONG_PTR NewFunction, ULONG_PTR *OriginalFunction) |
static BOOL | RestoreIat (HMODULE TargetDll, PCSTR DllName, PCSTR FunctionName, ULONG_PTR OriginalFunction) |
|
static |
Definition at line 4 of file apitest_iathook.h.
Referenced by RedirectIat().
|
static |
Definition at line 20 of file apitest_iathook.h.
Referenced by hook_disp(), hook_theme(), RestoreIat(), and test_Sign_Media().
|
static |
Definition at line 57 of file apitest_iathook.h.
Referenced by test_Sign_Media(), unhook_disp(), and unhook_theme().