Can i call IoStartNextPacket from StartIo routine

...Mani

Re: IoStartNextPacket from StartIo by Doron

Doron
Tue Apr 26 10:01:15 CDT 2005

yes, you can. if you are coing to do this, you should call
IoSetStartIoAttributes. IoSetStartIoAttributes is only available on XP and
later. If you plan on working on win2k, you should get the function pointer
first through MmGetSystemRoutineAddress so you do not create a linker
dependency.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/kmarch/hh/kmarch/k104_954c50f0-77dc-4759-8538-88c44bf6f693.xml.asp

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.


"Bajamani" <bajamani@hotmail.com> wrote in message
news:1114519633.200698.45250@f14g2000cwb.googlegroups.com...
> Can i call IoStartNextPacket from StartIo routine
>
> ...Mani
>



Re: IoStartNextPacket from StartIo by Bajamani

Bajamani
Wed Apr 27 05:48:51 CDT 2005

IoSetStartIoAttributes with DeferredStartIo=TRUE?


Re: IoStartNextPacket from StartIo by Doron

Doron
Wed Apr 27 23:37:49 CDT 2005

yes

--
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.


"Bajamani" <bajamani@hotmail.com> wrote in message
news:1114598931.282967.141520@f14g2000cwb.googlegroups.com...
> IoSetStartIoAttributes with DeferredStartIo=TRUE?
>