Hi,

I am interested in books concerning Driver development
the following areas:
1. App -> Kernel interactions ( Soft links, IPC, ... )
should be covered.
2. Display driver model, miniport driver.

Any Recommendations will be appriciated.

John.

Re: Beginers question by Don

Don
Mon Jan 12 20:35:42 CST 2004

Comments in line:
"John" <anonymous@discussions.microsoft.com> wrote in message
news:035401c3d963$90e4f6a0$a501280a@phx.gbl...
> Hi,
>
> I am interested in books concerning Driver development
> the following areas:
> 1. App -> Kernel interactions ( Soft links, IPC, ... )
> should be covered.

Well the problem is that your items ( Soft links, IPC, ... ) aren't used in
app / driver comunications. Actually, this is one of the simpler areas,
since most books cover how to handle system I/O calls such as (Open, Close,
Read, Write and DeviceIoControl). There is some sample code around that
shows other methods.

> 2. Display driver model, miniport driver.
>
I know of no book that covers display drivers. For regular drivers, the
recommended book is "Programming the Windows Driver Model" by Walter Oney.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply