Bruce
Tue Jun 28 09:16:01 CDT 2005
Sorry, I did not understand that part of your question. You were clear on
it though.
For some reason, MS determined that these IOCTLs were not needed by
application programmers. Like you I don't agree, but to make up for it, you
must do one of my earlier suggestions.
Alternatively, many BSP developers create a set of APIs that abstract the
KernelIoControl calls so that application developers never need the IOCTLs.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Dave Findlay" <BLAHdfindlayBLAH@BLAHvocollectBLAH.com> wrote in message
news:OHwl819eFHA.900@TK2MSFTNGP10.phx.gbl...
> Bruce Eitman (eMVP) wrote:
> > You can specify a file to be included in the SDK in the configure
dialog.
> > Or a couple of times I have posted a way to use makefile.inc to solve
this.
> >
> >
http://groups-beta.google.com/groups?as_q=makefile.inc&num=10&as_scoring=r&hl=en&btnG=Google+Search&as_epq=&as_oq=&as_eq=&as_ugroup=microsoft.public.windowsce.*&as_usubject=&as_uauthors=eitman&as_umsgid=&lr=&as_drrb=q&as_qdr=&as_mind=12&as_minm=5&as_miny=1981&as_maxd=27&as_maxm=6&as_maxy=2005&safe=images
> >
> Bruce,
>
> That makes perfect sense if I am attempting to add my own custom files
> to the SDK - and it's come in very handy, thanks!
>
> But in this case, this is KernelIoControl and standard IOCTL definitions
> from pkfuncs.h we're talking about. Why isn't this stuff in the SDK by
> default? I don't have to cut and paste OS function definitions into my
> own headers for anything else.
>
> Am I missing something?
>
> Thanks,
> Dave