WdfSynchronizationScopeDevice

Hi all,
my driver specifies WdfSynchronizationScopeDevice to use
automatic synch between EvtIoCallbacks & DpcForIsr.
Then it statically
enumerates a few child PDOs.
My question is: are child PDOs
EvtIoCallabacks synchronized too ?

Best regards,
PaoloC

No, they are not. Scope is set on a per device basis, not across devices.

d