WdfRequestComplete alternative

Hi,

In a KMDF driver,

Is there a possibility where instead of calling WdfRequestComplete, I
can call IoCompleteRequest and WdfRequestAlreadyCompleted.

Where, WdfRequestAlreadyCompleted does everything WdfRequestComplete
does except for calling IoCompletRequest.

The reason, why I need such a function is that smclib (smartcard
library) already completes the IRP.


Vijairaj
http://vijairaj.r.googlepages.com/

No there is no such API. But, it is your lucky day. We have a new
sample in the next WDK which shows you how to write a KMDF driver which
uses smclib. Please email xxxxx@microsoft.com and ask for the sample
and we can mail it to you.

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Vijairaj
Sent: Thursday, April 26, 2007 7:31 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] WdfRequestComplete alternative

Hi,

In a KMDF driver,

Is there a possibility where instead of calling WdfRequestComplete, I
can call IoCompleteRequest and WdfRequestAlreadyCompleted.

Where, WdfRequestAlreadyCompleted does everything WdfRequestComplete
does except for calling IoCompletRequest.

The reason, why I need such a function is that smclib (smartcard
library) already completes the IRP.


Vijairaj
http://vijairaj.r.googlepages.com/


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

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