Carbon


DMMakeAndModelRec

Header: Displays.h

struct DMMakeAndModelRec {
    ResType manufacturer; 
    UInt32 model; 
    UInt32 serialNumber; 
    UInt32 manufactureDate; 
    UInt32 makeReserved[4];
};
typedef DMMakeAndModelRec DMMakeAndModelPtr;

Field descriptions

manufacturer

Represents the manufacturer of the specified display.

model

Represents the model name of the specified display.

serialNumber

Represents the serial number of the specified display.

manufactureDate

Represents the date of manufacture of the specified display.

makeReserved

Reserved for future expansion.

This structure stores information about a specified monitor or display. If you need to keep track of configurations and user preferences, you can store that information in this structure.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)