Minggu, 12 Desember 2010

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

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

How if your day is started by checking out a publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney Yet, it is in your gizmo? Everyone will certainly constantly touch and us their device when waking up as well as in morning tasks. This is why, we intend you to likewise check out a book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney If you still perplexed the best ways to get guide for your gadget, you can follow the method below. As right here, we provide Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in this website.

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

PDF Ebook 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 When composing can transform your life, when writing can improve you by supplying much cash, why do not you try it? Are you still quite baffled of where getting the ideas? Do you still have no concept with just what you are visiting create? Currently, you will certainly need reading Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney An excellent writer is a good visitor simultaneously. You could specify exactly how you compose depending on just what books to check out. This Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney could assist you to resolve the trouble. It can be one of the right resources to develop your composing skill.

If you ally need such a referred Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney publication that will give you worth, get the best seller from us now from several popular publishers. If you intend to amusing publications, many books, story, jokes, as well as much more fictions collections are additionally released, from best seller to the most current released. You could not be perplexed to delight in all book collections Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney that we will certainly provide. It is not regarding the prices. It's about what you need currently. This Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney, as one of the very best sellers below will certainly be one of the ideal selections to check out.

Locating the appropriate Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney book as the ideal necessity is kind of lucks to have. To start your day or to end your day in the evening, this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney will certainly be proper enough. You could simply look for the floor tile here as well as you will certainly get the book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney referred. It will certainly not trouble you to cut your important time to opt for shopping publication in store. In this way, you will certainly likewise spend money to pay for transportation and also various other time invested.

By downloading and install the on-line Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney publication here, you will obtain some benefits not to opt for the book establishment. Simply connect to the web as well as start to download and install the web page web link we share. Currently, your Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney is ready to take pleasure in reading. This is your time as well as your calmness to get all that you want from this publication 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