Forwarding of completed WDFREQUESTs?

I need some request context’s data for a while after completion, and since request contexts can be kept around (by upping refcount), can the WDFREQUEST object be still forwarded/requeued to queues? Or maybe after completion I should treat it as a usual WDFOBJECT?

Maciej

You can’t put it back into a queue since we need the PIRP for that and now it is gone upon completion. Treat it like a wdfobject and only ref/deref/get the context in this state

d

Bent from my phone


From: xxxxx@intel.commailto:xxxxx
Sent: ?10/?23/?2013 6:57 AM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] Forwarding of completed WDFREQUESTs?

I need some request context’s data for a while after completion, and since request contexts can be kept around (by upping refcount), can the WDFREQUEST object be still forwarded/requeued to queues? Or maybe after completion I should treat it as a usual WDFOBJECT?

Maciej


NTDEV is sponsored by OSR

Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev

OSR is HIRING!! See http://www.osr.com/careers

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</mailto:xxxxx></mailto:xxxxx>

Thanks!