include vmm.inc mov esi, OFFSET32 HookProc ; points to hook procedure to remove VMMcall Unhook_Invalid_Page_Fault
Removes the specified hook procedure from the invalid-page-fault chain. Uses Flags.
HookProc
Address of the hook procedure to remove. This procedure must have been previously installed using the Hook_Invalid_Page_Fault service.
See also Hook_Invalid_Page_Fault