KeInitializeEvent(&pDeviceContext->MyEvent, NotificationEvent, FALSE);
I think that I must release it in the EvtDeviceReleaseHardware function,
what function should be used for this?
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Alex F" <Al...@discussions.microsoft.com> wrote in message
news:71904F11-37D0-4762...@microsoft.com...
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Alex F" <Al...@discussions.microsoft.com> wrote in message
news:62E95052-0DC0-4756...@microsoft.com...
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Alex F" <Al...@discussions.microsoft.com> wrote in message
news:5725DC18-765E-4FF6...@microsoft.com...
> Thank you.