I am writing a NDIS LAN miniport driver. I return the correct power mgmt capabilities when NDIS queries me about the PNP capabilities.
When I put the computer in stand-by, the driver is halted. But when it is put in hibernation, the halt function is NOT getting called. Any ideas?

Re: Halt function not called in case of hibernate by Stephan

Stephan
Wed Mar 03 12:08:12 CST 2004

Verify:


http://groups.google.com/groups?selm=3cf31e48.1650012%40news.t-online.de

Stephan
---
On Wed, 3 Mar 2004 01:31:06 -0800, "pppsandeep"
<anonymous@discussions.microsoft.com> wrote:

>I am writing a NDIS LAN miniport driver. I return the correct power mgmt capabilities when NDIS queries me about the PNP capabilities.
>When I put the computer in stand-by, the driver is halted. But when it is put in hibernation, the halt function is NOT getting called. Any ideas?