ReactOS 0.4.16-dev-41-ge8c7597
|
#include <shimeng.h>
Public Attributes | |
PCSTR | LibraryName |
PCSTR | FunctionName |
PVOID | ReplacementFunction |
PVOID | OriginalFunction |
PSHIMINFO | pShimInfo |
PHOOKAPIEX | ApiLink |
PHOOKAPIEX tagHOOKAPIEX::ApiLink |
Definition at line 36 of file shimeng.h.
Referenced by SeiAddHooks(), and SeiResolveAPI().
PCSTR tagHOOKAPIEX::FunctionName |
Definition at line 32 of file shimeng.h.
Referenced by SeiAddHooks(), SeiHookImports(), SeiIsExcluded(), SeiPatchNewImport(), SeiResolveAPI(), and StubGetProcAddress().
PCSTR tagHOOKAPIEX::LibraryName |
Definition at line 31 of file shimeng.h.
Referenced by SeiHookImports(), SeiIsExcluded(), SeiPatchNewImport(), and SeiResolveAPI().
PVOID tagHOOKAPIEX::OriginalFunction |
Definition at line 34 of file shimeng.h.
Referenced by SeiResolveAPI().
PSHIMINFO tagHOOKAPIEX::pShimInfo |
Definition at line 35 of file shimeng.h.
Referenced by SeiIsExcluded().
PVOID tagHOOKAPIEX::ReplacementFunction |
Definition at line 33 of file shimeng.h.
Referenced by SeiPatchNewImport(), SeiResolveAPI(), and StubGetProcAddress().