PXE_OPFLAGS_GET_INTERRUPT_STATUS

UNDI Get Status. Return current interrupt status. This will also clear any interrupts that are currently set. This can be used in a polling routine. The interrupt flags are still set and cleared even when the interrupts are disabled.

extern (C)
enum PXE_OPFLAGS_GET_INTERRUPT_STATUS = 0x0001;

Meta