Who can tell me the sequences of device power off sequence during win2k shutdown process.
In my project NetDisk. I usually face such situations: when I run a big program which need
large disk IO(NetCard IO) I find it is impossible to power off the sysetm when I shutdown it.
I suspect netcard device may be closed before my netdisk device. But the netdisk depend on
netcard device to transfer disk block data so the system refuse to power off because there is
some disk block to be flushed down.
Is it right. If this is true how I can avoid such problem
craiglei