Cargando…

Developing drivers with the Windows driver foundation /

Provides guidance and code samples to develop kernel-mode or user-mode drivers with Windows Driver Foundation.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Orwick, Penny
Otros Autores: Smith, Guy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Redmond, Wash. : Microsoft Press, 2007.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • pt. 1. Getting Started with WDF
  • 1. Introduction to WDF
  • 2. Windows driver fundamentals
  • 3. WDF fundamentals
  • pt. 2. Exploring the Frameworks
  • 4. Overview of the driver Frameworks
  • 5. WDF object model
  • 6. Driver structure and initialization
  • pt. 3. Applying WDF fundamentals
  • 7. Plug and play and power management
  • 8. I/O flow and dispatching
  • 9. I/O targets
  • 10. Synchronization
  • 11. Driver tracing and diagnosability
  • 12. WDF support objects
  • 13. UMDF driver template
  • pt. 4. Additional topics for KMDF drivers
  • 14. Beyond the Frameworks
  • 15. Scheduling, thread context, and IRQL
  • 16. Hardware resources and interrupts
  • 17. Direct memory access
  • 18. An introduction to COM
  • pt. 5. Building, installing, and testing a WDF driver
  • 19. How to build WDF drivers
  • 20. How to install WDF drivers
  • 21. Tools for testing WDF drivers
  • 22. How to debug WDF drivers
  • 23. PREfast for drivers
  • 24. Static driver verifier.