I am specifying this flag as one of many in the pin descriptor (KSPIN_DESCRIPTOR_EX) for an audio render pin. On invocations of my pin's Process() method, I call KeGetCurrentIrql() which returns PASSIVE_LEVEL (value of "0") which seems contrary to what the flag should've done.