Re: parameter range checking by nihar
nihar
Mon Apr 23 05:25:55 CDT 2007
On Apr 11, 7:06 pm, "Dean Ramsier" <ramsiernos...@nospam.com> wrote:
> Read and Write have a defined interface that is intended for reading/writ=
ing
> a stream of data. Often you will want to do something that doesn't reall=
ly
> fit what those APIs do. The IOCTL interface allows you to implement pret=
ty
> much anything you want. The majority of drivers use the ioctl interface
> because they aren't just reading/writing a stream of data. Use whatever
> works, there is no internal advantage either way.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
> "nihar" <nihar...@gmail.com> wrote in message
>
> news:1176288726.954306.304510@e65g2000hsc.googlegroups.com...
> On Apr 11, 2:24 pm, Steffen.K <Steff...@discussions.microsoft.com>
> wrote:
>
> > Hi nihar,
>
> > what you are use is totally up to you :) If you do it using read and
> > write,
> > then you can use ReadFile and WriteFile to interact, else you have to u=
se
> > IOControl...
>
> > --
> > Viele Gr=FC=DFe / Best regards
> > Steffen Kaufmann
>
> >www.garz-fricke.com
>
> Thanks.so is it means in using read,write or using ioctl for
> read,write dont have any difference in performance or any other aspect?
Hello,
What is strem interface driver wizard? and how to use. What is
the path to find it.