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.
Remove_V86_Break_Point
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     eax, BreakAddr        ; V86 address of break point
VMMcall Remove_V86_Break_Point
 
The Remove_V86_Break_Point service removes a V86 break point that was
installed using the Install_V86_Break_Point service. It restores the
original contents of the memory automatically.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
BreakAddr  Specifies the address of the break point to remove. The address
           must be a segment:offset pair.
 
Return Value
 
The carry flag is clear if the service is successful. Otherwise, the carry
flag is set to indicate an error such as an invalid break point address.
 
Uses
 
Flags
 
See Also
 
Install_V86_Break_Point