Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Unhook_Invalid_Page_Fault
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
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