typedef enum _KINTERRUPT_POLARITY { InterruptPolarityUnknown = 0, InterruptActiveHigh = 1, InterruptActiveLow = 2 } KINTERRUPT_POLARITY;
Windows Vista Kernel Structures