WDF Queue as a parent for the Interrupt object
- From: Gennady Mayko <GMayko@xxxxxxxxx>
- Date: Mon, 11 Feb 2008 03:16:12 -0800 (PST)
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.
.
- Follow-Ups:
- Re: WDF Queue as a parent for the Interrupt object
- From: Doron Holan [MSFT]
- Re: WDF Queue as a parent for the Interrupt object
- Prev by Date: USB Touch Screen Driver
- Next by Date: Re: That "Magical" 5 Minute Timeout
- Previous by thread: USB Touch Screen Driver
- Next by thread: Re: WDF Queue as a parent for the Interrupt object
- Index(es):