Tech Support > Microsoft Windows > Drivers > ReadFile in NDISUIO
ReadFile in NDISUIO
Posted by ECWin on January 26th, 2005



HI All,
I am using NDISUIO operations to query and set the OID values. I also use
ReadFile to receive the packets. Does this ReadFile actually call UIO_Read()
function and return me the packets on the buffer.
I need to read these packets and check for a particular pattern.

Thanks in Advance,
Johns


Posted by Stephan Wolf [MVP] on January 27th, 2005


Which NDISUIO are you talking about? The one that is built into XP? Or
the sample driver from DDKs before 2003?

Please note that the sample driver has been renamed to NDISPROT in
order to avoid conflicts with the built-in NDISUIO.

You should get the latest DDK and use this NDISPROT, see

http://www.microsoft.com/whdc/devtools/ddk/default.mspx

I gues you should be able to find answers to your questions in
NdisProtRead() in "recv.c".

Stephan
---
On Thu, 27 Jan 2005 00:54:21 +0530, "ECWin" <skumarsnair@hotmail.com>
wrote:

Posted by ECWin on January 27th, 2005


hi Maxim ,

i have tried in platform builder group...didnt got any gud
reply....i am sure not much have played with NDISUIO over there ...thats y
turned up to the BIG Windows forum ....

AND i do have a request for stephan ...plz start playing with WINCE
version of NDISUIO ...so that i can get some help from you..

thanks for all the wise advice

SOORYA

"Stephan Wolf [MVP]" <stewo68@hotmail.com> wrote in message
newskiiv0dgmtrfjdn8jimfnuovoto1isd2in@4ax.com...


Posted by Maxim S. Shatskih on January 27th, 2005


Given "UIO_Read" mentioned, looks like this is a WinCE question. This is
not a CE forum.
Go to microsoft.public.windowsce.platbuilder

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"ECWin" <skumarsnair@hotmail.com> wrote in message
news:uqiM1BEBFHA.3596@TK2MSFTNGP12.phx.gbl...


Posted by Stephan Wolf [MVP] on January 27th, 2005


On Thu, 27 Jan 2005 20:57:29 +0300, "Maxim S. Shatskih"
<maxim@storagecraft.com> wrote:

Good one! I haven't played with the CE version of NDISUIO yet, IIRC.

Adding an I/O interface to an NDIS driver is very different in CE.

Stephan


Similar Posts