Unhook_Invalid_Page_Fault

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.

Parameters

HookProc

Points to the hook procedure to remove. This procedure must have been previously installed using the Hook_Invalid_Page_Fault service.

Return Value

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.

Uses

Flags

See Also

Hook_Invalid_Page_Fault