Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.29 KB

starting-the-device-of-the-video-miniport-driver.md

File metadata and controls

28 lines (17 loc) · 1.29 KB
title description keywords ms.date
Starting the Device of the Video Miniport Driver
Starting the Device of the Video Miniport Driver
video miniport drivers WDK Windows 2000 , starting devices
starting device of video miniport driver
device startups WDK video miniport
video miniport drivers WDK Windows 2000 , initializing
initializing video miniport drivers
04/20/2017

Starting the Device of the Video Miniport Driver

The PnP manager sends an IRP code (see IRP Major Function Codes) to the video port driver requesting that the graphics adapter be started. The video port driver's dispatch routine calls the miniport driver's HwVidFindAdapter routine in response to this IRP code. Details for some of HwVidFindAdapter's tasks are discussed in the following topics:

Setting up Video Adapter Access Ranges

Setting Hardware Information in the Registry

Changing State on the Adapter