◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VxDint Int_Number The VxDint macro executes the specified software interrupt. This macro pushes the interrupt number on the stack and calls the Exec_VxD_Int service. Parameter Description ──────────────────────────────────────────────────────────────────────────── Int_Number Specifies the number of the software interrupt to execute. Return Value One or more registers may contain return values depending the function of the specified interrupt. See Also Exec_VxD_Int ♦