wdfsetinterruptpolicy

if MSIx can be enabled using INX, What is the use of WdfSetInterruptPolicy?
Can IrqPolicySpecifiedProcessors be used to bind interrupts to processor?

Suppose you’re not using MSIx. Your device, or the system on which your device is running, doesn’t support MSIx.

That’s why there’s WdfSetInterruptPolicy… (and the extended version)…

Peter
OSR
@OSRDrivers

can WdfSetInterruptPolicy enable MSIx without INX?
How to enable processor group policy if IrqPolicySpecifiedProcessors is set as device policy?