Mac OS 9
DriverGestaltSupportedMediaTypesResponse Struct Reference

#include <DriverGestalt.h>

Data Fields

UInt32 supportTypesCount
 
OSType supportedTypesArray [1]
 

Detailed Description

The driver will return the number of media types supported by the device in the driverGestaltResponse field of the DriverGestaltParam structure and an array of 'devt' values for the supported media types will be returned in the driverGestaltResponse1 field of the DriverGestaltParam.

This call will return the number of media types supported by the device, and an array of 'devt' values for the media types (i.e. if a device supports floppy disks and large capacity removables, the driver would return that 2 media types are supported, and the array would contain kdgFloppyType ('flop') and kdgRemovableType ('rdsk')).


The documentation for this struct was generated from the following file: