迷你端口
外觀
此條目翻譯自其他語言維基百科,需要相關領域的編者協助校對翻譯。 |
迷你端口(miniport)是一種硬件驅動程序,是Windows Driver Model的一部分。其可以用於USB、音頻、SCSI或網卡設備。它們通常是源代碼形式,在Windows 98至Windows 2000中二進制兼容,但僅適用於特定硬件,通過特定的總線類驅動程序控制對硬件的訪問。
參考資料
[編輯]- Introduction to the Windows Driver Foundation. Microsoft Developer Network. 2006-10-13 [2010-12-06]. (原始內容存檔於2010-11-20).
The device class-specific driver models are typically structured as a port driver written by Microsoft paired with a miniport driver written by an independent hardware vendor. The port driver does much of the work required for the device class, and the miniport driver supports device-specific characteristics.
這是一篇關於Microsoft Windows的小作品。您可以透過編輯或修訂擴充其內容。 |