include vmm.inc mov esi, OFFSET32 HookProc ; points to hook procedure to remove VMMcall Unhook_Invalid_Page_Fault |
The Unhook_Invalid_Page_Fault service removes the specified hook procedure from the invalid-page-fault chain.
HookProc
Points to the hook procedure to remove. This procedure must have been previously installed using the Hook_Invalid_Page_Fault service.
If the carry flag is clear, the hook procedure was removed. Otherwise, the carry flag is set to indicate an error, such as the specified procedure was not in the chain.
Flags