迷你端口
此條目翻譯自其他語言維基百科,需要相關領域的編者協助校對翻譯。 |
迷你端口(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的小作品。您可以通过编辑或修订扩充其内容。 |