迷你端口

本页使用了标题或全文手工转换
维基百科,自由的百科全书

迷你端口miniport)是一种硬件驱动程式,是Windows Driver Model的一部分。其可以用于USB、音频、SCSI网卡装置。它们通常是原始码形式,在Windows 98Windows 2000二进制兼容英语Binary code compatibility,但仅适用于特定硬件,通过特定的总线类驱动程式控制对硬件的访问。

参考资料[编辑]

  • 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.