Is there any trigger for hibernate is finished

Hi,

I am developing windows paravirtual driver for Xen. Windows paravirtual driver need to communicate with backend driver (running on a Linux dom0) to deal with IO command. My SCSI miniport driver will service windows hibernate operations at that time. The problem is that how can I know all hibernate operations are all finished? I need a trigger to tell backend driver that it can release some relevant memory and other resources.

Thanks
Wayne

> Hi,

I am developing windows paravirtual driver for Xen. Windows
paravirtual driver
need to communicate with backend driver (running on a Linux dom0) to
deal with
IO command. My SCSI miniport driver will service windows hibernate
operations
at that time. The problem is that how can I know all hibernate
operations are
all finished? I need a trigger to tell backend driver that it can
release some
relevant memory and other resources.

I don’t know if you can rely on this behaviour in all cases, but under
XP I get SRB_FUNCTION_SHUITDOWN when hibernate is finished.

James

I don’t know if you can rely on this behaviour in all cases, but under
XP I get SRB_FUNCTION_SHUITDOWN when hibernate is finished.
Win2k3 also can get it. I’ll try it.

Wayne