BOOLEAN
TapeMiniVerifyInquiry(
IN PINQUIRYDATA InquiryData,
IN PMODE_CAPABILITIES_PAGE ModeCapabilitiesPage /* optional */
);
TapeMiniVerifyInquiry determines whether the tape miniclass driver recognizes and supports a given device. This routine is required.
TapeMiniVerifyInquiry returns TRUE if the miniclass driver supports the device.
TapeMiniVerifyInquiry examines the InquiryData, particularly the VendorId and ProductId members, to determine whether the tape miniclass driver supports the tape device. TapeMiniVerifyInquiry uses TapeClassCompareMemory to compare ID strings against values the tape miniclass driver supports.