I found that In normal shutdown operation, Windows Me would issue
SRB_SHUTDOWN_REQUEST request to my controller, but in hibernation or standby
mode, there was no SRB_SHUTDOWN_REQUEST to be issued. because my controller
had a cache and must be flushed before power off. So I want to write a Vxd
to hook system shutdown message and flush the controller before the machine
power off. But I don't know how to hook which service to be notified before
power off? Any suggestion appreciated!

John Harlison