TheUnhookCodeKernelNt function replaces the intercepted function with the original function.
function UnhookCodeNt( var pNewFunction: Pointer ): Boolean; stdcall;
Remarks
UnhookCodeNt writes the original bytes back, which where overwritten by UnhookCodeNt.
If the function succeeds, the return value is true.
If the function fails, the return value is false.
Requirements
| Client | Requires Windows XP, Windows 2000 Professional, Windows NT Workstation. |
|---|---|
| Header |
Declared in uallHook.pas |