No. You'll have to use the Windows API. Both BIOS and dos interrupts are 16-bit code, and just won't work in 32-bit code. If you're really desperate to use interrupts in 32-bit code, int 80h will work in Linux. I understand that there IS an interrupt "under the hood" but Windows won't let us near it. I've never even seen an example! For Windows, use the API(s) - really don't have much choice!
Best,
Frank