VPICD_Force_Default_Behavior

include vpicd.inc

mov eax, IRQHand ; IRQ handle

VxDcall VPICD_Force_Default_Behavior


The VPICD_Force_Default_Behavior service unvirtualizes an IRQ. This
allows a virtual device to remove virtualization of an IRQ when it processes a
System_Exit message.

Parameters

IRQHand

Specifies the handle of the IRQ to unvirtualize.

Return Value

This service has no return value.

Comments

This service invalidates the IRQ handle. After calling this service, a virtual device must not attempt to use the IRQ handle.

Uses

Flags

See Also

VPICD_Force_Default_Owner