WDF Queue as a parent for the Interrupt object



According to "Summary of Framework Objects" help topic, WDF Interrupt
object has Device Object as a default parent and it is impossible to
override it.

OTOH, according to the "WDF_SYNCHRONIZATION_SCOPE" help topic, for the
WdfSynchronizationScopeQueue, "if the driver sets
AutomaticSerialization to TRUE in the configuration structure for an
_interrupt_, DPC, work-item, or timer object that is _underneath_ the
queue object, the framework also synchronizes that object's callback
functions..."

So is it possible that WDF Queue object will be a parent for the WDF
Interrupt object?

Regards,
Gennady Mayko.
.