The DriverType structure contains name and version information about a driver, which is used to match the driver to a specific device. For further information about driver matching, see Matching Drivers With Devices.
struct DriverType {
Str31 nameInfoStr;
NumVersion version;
}
typedef UInt32 DeviceTypeMember;
typedef struct DriverType DriverType;
typedef struct DriverType *DriverTypePtr;
Field descriptions