Jumat, 11 Juli 2014

[K538.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

Find the secret to boost the quality of life by reading this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney This is a type of book that you require now. Besides, it can be your favorite book to read after having this publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney Do you ask why? Well, Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney is a publication that has different particular with others. You might not should recognize that the writer is, just how prominent the job is. As wise word, never ever evaluate the words from that speaks, yet make the words as your inexpensive to your life.

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 creating can transform your life, when composing can improve you by providing much money, why don't you try it? Are you still extremely confused of where understanding? Do you still have no suggestion with exactly what you are visiting create? Now, you will require reading Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney An excellent author is a good viewers at once. You could define how you compose depending upon what books to read. This Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney can aid you to fix the trouble. It can be among the appropriate sources to create your composing ability.

When some individuals checking out you while reviewing Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney, you might really feel so happy. But, instead of other people feels you have to instil in on your own that you are reading Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney not due to that reasons. Reading this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney will offer you more than people appreciate. It will guide to understand more than individuals looking at you. Already, there are many sources to understanding, reading a publication Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney still comes to be the front runner as a wonderful means.

Why must be reading Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney Again, it will certainly depend on how you feel and consider it. It is surely that one of the benefit to take when reading this Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney; you could take a lot more lessons straight. Also you have not undertaken it in your life; you can get the experience by checking out Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney As well as now, we will certainly introduce you with the online book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in this site.

What sort of book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney you will prefer to? Now, you will not take the printed publication. It is your time to obtain soft file book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney rather the printed files. You could appreciate this soft file Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in any time you anticipate. Even it is in anticipated location as the various other do, you can check out the book Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in your gizmo. Or if you want more, you can read on your computer system or laptop to obtain complete screen leading. Juts discover it right here by downloading and install the soft data Programming The Microsoft Windows Driver Model (2nd Edition) (Developer Reference), By Walter Oney in link page.

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