Wdf writing issue

Hi all,

For the First write, read is happening. Again for the subsequent writes it is in loop. (means same write is happening and same read data getting).

plz help me out.

Huh? You need to be more verbose. We do this for free, at least be appreciative enough of our time and take enough of your time to be clear about the issue you need help with.

d

dent from a phpne with no keynoard

-----Original Message-----
From: xxxxx@gmail.com
Sent: December 01, 2010 7:01 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Wdf writing issue

Hi all,

For the First write, read is happening. Again for the subsequent writes it is in loop. (means same write is happening and same read data getting).

plz help me out.


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

Thanks,

Sorry for providing less info.

I am able to move ahead and completed read and write

I was using WdfRequestCompletewithPriorityboost for completion with Increment
and replaced this with WdfRequestCompletewithInformation it started yielding proper result

Thanks once again for your kind support and quick replies.

Using a priority boost on up completion yields better scheduling/performance, it does not fix programatic errors. I am guessing your bug is still there, now just more hidden.

d

dent from a phpne with no keynoard

-----Original Message-----
From: xxxxx@gmail.com
Sent: December 01, 2010 12:29 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Wdf writing issue