// ks.h
typedef struct {
INTERFACE Interface;
PFNQUERYMEDIUMSLIST QueryMediumsList;
} BUS_INTERFACE_MEDIUMS, *PBUS_INTERFACE_MEDIUMS;
View the official Windows Driver Kit DDI referenceNo description available.
InterfaceSpecifies the standard interface header.
QueryMediumsListSpecifies the interface definition.