Sabtu, 09 April 2011

[Q569.Ebook] Download Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

Download Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

A new encounter can be gotten by checking out a publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney Even that is this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney or various other book compilations. Our company offer this book due to the fact that you can find a lot more points to urge your ability and knowledge that will certainly make you better in your life. It will be additionally useful for individuals around you. We suggest this soft file of the book below. To recognize ways to obtain this publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney, find out more right here.

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney



Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

Download Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney. Haggling with checking out habit is no requirement. Checking out Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney is not kind of something sold that you can take or not. It is a point that will transform your life to life a lot better. It is the thing that will certainly provide you lots of points around the globe as well as this cosmos, in the real life and here after. As just what will certainly be offered by this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney, exactly how can you bargain with the thing that has numerous benefits for you?

Why must be publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney Publication is one of the very easy sources to search for. By obtaining the writer and also motif to get, you could find many titles that supply their data to get. As this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney, the inspiring publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney will certainly give you what you have to cover the task target date. And why should remain in this website? We will ask first, have you much more times to go with shopping the books and hunt for the referred book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in publication shop? Lots of people may not have enough time to locate it.

For this reason, this web site provides for you to cover your issue. We show you some referred books Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in all kinds and styles. From common writer to the famous one, they are all covered to provide in this site. This Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney is you're hunted for book; you merely need to visit the web link page to show in this web site and afterwards choose downloading. It will not take often times to get one book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney It will depend on your internet link. Simply acquisition and download and install the soft documents of this book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney

It is so easy, right? Why do not you try it? In this site, you could also find other titles of the Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney book collections that might be able to help you discovering the best solution of your work. Reading this book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in soft documents will certainly likewise alleviate you to get the resource effortlessly. You could not bring for those publications to someplace you go. Only with the device that consistently be with your all over, you could read this book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney So, it will certainly be so rapidly to finish reading this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney

The Microsoft Windows driver model (WDM) supports Plug and Play, provides power management capabilities, and expands on the driver/minidriver approach. Written by long-time device-driver expert Walter Oney in cooperation with the Windows kernel team, this book provides extensive practical examples, illustrations, advice, and line-by-line analysis of code samples to clarify real-world driver-programming issues. And it’s been updated with the latest details about the driver technologies in Windows XP and Windows 2000, plus more information about how to debug drivers.

Topics covered include:

  • Beginning a driver project and the structure of a WDM driver; NEW: Minidrivers and class drivers, driver taxonomy, the WDM development environment and tools, management checklist, driver selection and loading, approved API calls, and driver stacks
  • Basic programming techniques; NEW: Safe string functions, memory limits, the Driver Verifier scheme and tags, the kernel handle flag, and the Windows 98 floating-point problem
  • Synchronization; NEW: Details about the interrupt request level (IRQL) scheme, along with Windows 98 and Windows Me compatibility
  • The I/O request packet (IRP) and I/O control operations; NEW: How to send control operations to other drivers, custom queue implementations, and how to handle and safely cancel IRPs
  • Plug and Play for function drivers; NEW: Controller and multifunction devices, monitoring device removal in user mode, Human Interface Devices (HID), including joysticks and other game controllers, minidrivers for non-HID devices, and feature reports
  • Reading and writing data, power management, and Windows Management Instrumentation (WMI) NEW: System wakeup, the WMI control for idle detection, and using WMIMOFCK
  • Specialized topics and distributing drivers; NEW: USB 2.0, selective suspend, Windows Hardware Quality Lab (WHQL) certification, driver selection and loading, officially approved API calls, and driver stacks

COVERS WINDOWS 98, WINDOWS ME, WINDOWS 2000, AND WINDOWS XP!

CD-ROM FEATURES:

  • A fully searchable electronic copy of the book
  • Sample code in Microsoft Visual C++

For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.

  • Sales Rank: #522401 in Books
  • Brand: Microsoft
  • Published on: 2002-12-26
  • Ingredients: Example Ingredients
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.00" h x 1.50" w x 7.38" l, 2.90 pounds
  • Binding: Paperback
  • 880 pages
Features
  • Used Book in Good Condition

Amazon.com Review
Written for advanced C/C++ programmers, Walter Oney's Programming the Microsoft Windows Driver Model is a technically astute and clearly presented guide to writing custom Windows 2000 device drivers.

The author's command of the details of the new Windows Driver Model (WDM) standard is what makes this book such a clear success. (Because the WDM is rich in kernel and system services, the trick is often knowing how to use what's available rather than doing everything yourself.) The author presents a solid overview of the WDM architecture and breaks down the process of writing custom device drivers into manageable pieces, from the basics of loading device drivers to creating and processing I/O request packets. The book is very good at exposing kernel system calls, design principles, and programming techniques (such as managing synchronization and handling errors). There are also "nerd alerts" that point out extremely technical material.

This book shows you what you'll need to create WDM drivers that cooperate fully with Windows 2000 (and Windows 98). Features like Plug and Play (PnP), Windows power management, and the new Windows Management Instrumentation (WDM) standard get full attention here. There is plenty of sample code (plus a custom Visual C++ AppWizard that generates skeleton code for a default WDM driver) to get you started. Examples for working with the S5933 PCI chip set (and other simple hardware) let you see WDM drivers in action.

The process of writing device drivers certainly has changed from the early days of DOS. But armed with this handy and thorough book, C/C++ programmers can successfully create drivers for custom hardware that take full advantage of all the features of the powerful new WDM standard. --Richard Dragan

Topics covered: Windows Driver Model (WDM) overview and driver structure; kernel mode; physical filter, function and bus drivers; loading device drivers (DDs); driver objects; Windows 98 compatibility; kernel mode programming basics; error handling; memory management; synchronization; interrupt request levels, kernel synchronization objects, I/O request packets (IRPs), completion routines, plug and play (PnP) basics, reading and writing data, direct memory access (DMA) transfers, power management, error logging, watchdog timers, Windows Management Instrumentation (WMI), Universal Serial Bus (USB): bulk transfer and isochronous pipes; installing DDs: INF files, property pages, and Registry keys.

About the Author

Walter Oney has 35 years of experience in systems-level programming and has been teaching Windows device driver classes for 10 years. He was a contributing editor to Microsoft Systems Journal and is a Microsoft MVP. He has written several books, including Systems Programming for Windows 95 and the first edition of Programming the Microsoft Windows Driver Model. In his free time he's a committed jogger, a fan of classical dance, and an amateur oboist. He and his wife, Marty, live in Boston, Massachusetts.

Most helpful customer reviews

2 of 2 people found the following review helpful.
Essential reference, still relevant, well written
By G. Wideman
It's now 12 years since this book (2nd edition) was released, but it's still a very relevant, useful and helpful resource. Yes, it's about a highly technical topic, so not for beginners. But for readers who already have some background in application development, familiarity with C and C++ and so on, it contains some of the best explanations of the Windows Driver Model which continues to form the basis for Windows device drivers to this day.

There are a number of other references for this territory, such as MSDN, the Windows Internals books, and the DDK itself, but what I especially like about Oney's book is the deliberate way he sets out the material, at many junctures anticipating the extra things you need to know for each piece to make sense, often dispelling some doubt or ambiguity that otherwise makes understanding difficult.

To be sure, a developer will also want to be familiar with more recent developments that make driver development easier, notably the Windows Driver Framework (fromerly "Foundation") (WDF, KMDF, UMDF). So developers may well not build drivers from scratch as in this book. But drivers built with WDF still must operate within the WDM, so knowing how WDM works is an essential foundation.

As for the several less-glowing reviews, note that almost all are from before the second edition was released, so don't actually apply to this edition. This is a sizable tome, with a lot of technical detail, so it's not a surprise that a couple of iterations made for a better result.

At this point in time, you may be tempted to purchase a used copy. That's a good investment, but be aware that the accompanying CD, which contains useful tools and sample code, may be missing, and I've not been able to locate an online source for them. The author's original programming site is no longer online.

Update: Apparently some aspects of this book were acquired by oreilly, and the supporting material can be located by searching for that name in conjunction with 9780735618039. For what it's worth, the revealing DevView.exe tool does work on XP. However, I found that it is unable to load its crucial DevView.sys driver on Win 7-64, not even with boot-time F8 -- Disable Driver Signature Enforcement, hence not usable on that OS (though it might work on Win7-32). Obviously in some cases one can learn what one needs to know on XP, so still useful.

Further update: OSR Online publishes a free utility called DeviceTree, which covers much of the same territory as Oney's DevView, making it a good companion for this book.

0 of 0 people found the following review helpful.
Old but great for a thorough WDM overview!
By Pablo De Paulis
As a technical manager of small team, who have never had any experience with Win dev drivers, I had to come up to speed on a project which necessitated several weeks of WDM work (revamp).
This book was perfect for someone like me; 90% of the chapters were relevant for me and at the end of it I was able to fully understand the IRP model, be able to intelligently discuss the issues at hand, and even fix a couple of small things here and there! Very comprehensive and has excellent tips that even the expert SME was surprised to hear. On another occassion I had to deal with a pesky WMI issue; thanks to this book we quickly identified and resolved the issue!
Only complaint is that is fairly old so some topics aren't longer relevant.

2 of 2 people found the following review helpful.
Recommend for advanced only
By k9
Lots of good information is in this book, but you
would have to be an experienced driver developer to understand.

Only chapters 1-3 are aimed at beginners.

The problem is the author jumps right into the hardest part
first.

Also, the author shows the wrong way of doing things first. That
makes this an extremely difficult read.

Some of the topics could have been simplified.

There is good examples, and software with the book. Otherwise, I would
have given it one star.

See all 16 customer reviews...

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney PDF
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney EPub
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney Doc
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney iBooks
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney rtf
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney Mobipocket
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney Kindle

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney PDF

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney PDF

Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney PDF
Programming the Microsoft Windows Driver Model (2nd Edition) (Developer Reference), by Walter Oney PDF

Tidak ada komentar:

Posting Komentar