Default queue vs. no default queue

I’m sorry if this another dumb question:

What are the implications of creating a default queue (e.g. for read/write/ioctl)
vs. creating a non-default queue for the same callbacks?
Sure I have understood that all IRP without callback will fail in the latter case…
but what are the implications?

Is there a rule of thumb when to create a default queue and when not to?

It is a matter of convenience, in the end it is all the same after you have finished configuring your device

d

debt from my phone


From: xxxxx@frank-wolf.org
Sent: 9/18/2012 2:16 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Default queue vs. no default queue

I’m sorry if this another dumb question:

What are the implications of creating a default queue (e.g. for read/write/ioctl)
vs. creating a non-default queue for the same callbacks?
Sure I have understood that all IRP without callback will fail in the latter case…
but what are the implications?

Is there a rule of thumb when to create a default queue and when not to?


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer