Interrupt issue in PCIe bus filter driver

In my Windows 10 PCI bus filter driver , I do not see Interrupt resource assigned to my device.
In a very old thread , I read that there is an issue in interrupt resource allocation for PCI bridge device in Windows 10.
My requirement is to connect an ISR in my filter driver .
If the bridge device expose MSIx interrupt requirement , will the MSIx interrupt resource be assigned in Windows 10 or not ?
Thank you very much !