IOCTLS are not arrived after Standby

Hi,
I wrote keyboard filter driver, which has additional control device that
receives the IOCtl’s from user software.
Currently I met strange issue: after the computer returned after
Standby, IOCtl’s are not arrived to driver. I see that DeviceIoControl
functions is succeeded( returns TRUE ),
but driver do not receives any IOCTL.

Is there any idea, what is wrong in driver/software? What can I do to
fix or workaround the problem?

Lev Zlotin

Are using KMDF in your driver or are you writing your own WDM driver?

d

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Zlotin, Lev
Sent: Monday, June 05, 2006 3:06 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] IOCTLS are not arrived after Standby

Hi,
I wrote keyboard filter driver, which has additional control device that
receives the IOCtl’s from user software.
Currently I met strange issue: after the computer returned after
Standby, IOCtl’s are not arrived to driver. I see that DeviceIoControl
functions is succeeded( returns TRUE ),
but driver do not receives any IOCTL.

Is there any idea, what is wrong in driver/software? What can I do to
fix or workaround the problem?

Lev Zlotin


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