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.
VPICD_Physically_Mask
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vpicd.inc
 
mov     eax, IRQHand        ; IRQ handle
VxDcall VPICD_Physically_Mask
 
The VPICD_Physically_Mask service masks the specified IRQ on the hardware
PIC. This suppresses all hardware interrupts on the IRQ until the
VPICD_Physically_Unmask or VPICD_Set_Auto_Masking service is called.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
IRQHand    Specifies the handle identifying the IRQ.
 
Return Value
 
This service has no return value.
 
Uses
 
Flags
 
See Also
 
VPICD_Physically_Unmask, VPICD_Set_Auto_Masking