Event Tracing and NTIFS.H...

Hi all,

I am trying to add Event Tracing to our network redirector using the WPP
framework. Our build environment is non-standard (i.e. doesn’t use
BUILD.EXE) but I believe I have worked those problems out. However, when the
compiler is processing the generated .tmh file it is looking for the
prototype for WmiQueryTraceInformation(). I found the prototype in WDM.H and
NTDDK.H. What about those of us using NTIFS.H?

I’m using 2600.1106 of the DDK/IFSKIT.

Thanks,
Kjell

Every time I see somebody talk about building without BUILD.EXE, I have to
ask why? This isn’t a complaint but I am curious why you bypass the blessed
way of doing things.


Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting

“Kjell Swedin” wrote in message news:xxxxx@ntfsd…
> Hi all,
>
> I am trying to add Event Tracing to our network redirector using the WPP
> framework. Our build environment is non-standard (i.e. doesn’t use
> BUILD.EXE) but I believe I have worked those problems out. However, when
the
> compiler is processing the generated .tmh file it is looking for the
> prototype for WmiQueryTraceInformation(). I found the prototype in WDM.H
and
> NTDDK.H. What about those of us using NTIFS.H?
>
> I’m using 2600.1106 of the DDK/IFSKIT.
>
> Thanks,
> Kjell
>
>
>

Hi Don,

curious why you bypass the blessed way of doing things.
In my case it is part inertia (I inherited a working system that did not use
BUILD.EXE) and part compiler support. I have C++ template code that the VC
7.0 and 7.1 compilers like just fine. The DDK-supplied compiler chokes on
it.

So, does Event Tracing work if you are including NTIFS.H?

Kjell

“Don Burn” wrote in message news:xxxxx@ntfsd…
> Every time I see somebody talk about building without BUILD.EXE, I have to
> ask why? This isn’t a complaint but I am curious why you bypass the
blessed
> way of doing things.
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
>
>
> “Kjell Swedin” wrote in message news:xxxxx@ntfsd…
> > Hi all,
> >
> > I am trying to add Event Tracing to our network redirector using the WPP
> > framework. Our build environment is non-standard (i.e. doesn’t use
> > BUILD.EXE) but I believe I have worked those problems out. However, when
> the
> > compiler is processing the generated .tmh file it is looking for the
> > prototype for WmiQueryTraceInformation(). I found the prototype in WDM.H
> and
> > NTDDK.H. What about those of us using NTIFS.H?
> >
> > I’m using 2600.1106 of the DDK/IFSKIT.
> >
> > Thanks,
> > Kjell
> >
> >
> >
>
>
>