Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
in VC6 or SDK or anywhere else). In the native api refrence, ntdll.h header
file is created to include ntddk.h and windows.h in the same source file
using namespace (otherwise these two header files cann't be included in same
file because of redifinations and compatibility problems.
thanx
pash
> In Windows nt/2000 native api reference, ntdll.h was included in some
> examples. But nowhere can I find it in my installation with vc6+sdk+ddk(NT
> SP5).
>
> Any hint ?
>
> Jack Cheng
> (Curriculum Corp.)
>
> ---
> You are currently subscribed to ntfsd as: [email protected]
> To unsubscribe send a blank email to $subst('Email.Unsub')
Jack
On Thu, 6 Apr 2000, Pashupati Kumar wrote:
> ntdll.h is custom header file and not any standard header file( to be found
> in VC6 or SDK or anywhere else). In the native api refrence, ntdll.h header
> file is created to include ntddk.h and windows.h in the same source file
> using namespace (otherwise these two header files cann't be included in same
> file because of redifinations and compatibility problems.
>
> thanx
> pash
>
> > In Windows nt/2000 native api reference, ntdll.h was included in some
> > examples. But nowhere can I find it in my installation with vc6+sdk+ddk(NT
> > SP5).
> >
> > Any hint ?
> >
> > Jack Cheng
> > (Curriculum Corp.)
> >
> > ---
> > You are currently subscribed to ntfsd as: [email protected]
> > To unsubscribe send a blank email to $subst('Email.Unsub')
>
>
> ---
> You are currently subscribed to ntfsd as: [email protected]
> To unsubscribe send a blank email to $subst('Email.Unsub')
>
>