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.
VTD_End_Min_Int_Period
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vtd.inc
 
VxDcall VTD_End_Min_Int_Period
 
The VTD_End_Min_Int_Period service allows a device to remove a timer
interrupt period that it set earlier through the VTD_Begin_Min_Int_Period
service.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EAX        Specifies a value passed earlier to Begin_Begin_Min_Int_Period.
 
Return Value
 
If carry flag is clear, the interrupt period request was removed
successfully. Otherwise, the specified interrupt period is not valid.
 
Uses
 
Flags
 
See Also
 
VTD_Begin_Min_Int_Period