KernAllocateContextHook: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernAllocateContextHook to KernAllocateContextHook |
mNo edit summary |
||
Line 10: | Line 10: | ||
==Comments== | ==Comments== | ||
See comments for KernArmHook. | See comments for [[KernArmHook]]. | ||
[[Category: | [[Category:KEE]] |
Revision as of 02:01, 9 March 2017
Allocate a new Context hook for use with KernArmHook.
Synopsis
APIRET APIENTRY KernAllocateContextHook(PVOID pfHandler,ULONG dummy, PULONG pHook);
Parameters
- pfHandler
- This is the address of the hook handler. This is likely a pointer to a 32 bit function.
- dummy
- I don't know why this is there, it is never accessed in the code.
- pHook
- The pointer to an ULONG where the hook handle is returned.
Comments
See comments for KernArmHook.