|
Mac OS 9
|
ColorSync ProfileResponder Component API. More...
Go to the source code of this file.
Enumerations | |
| enum | { CMPRInterfaceVersion = 0 } |
| enum | { kCMPRGetProfile = 0 , kCMPRSetProfile = 1 , kCMPRSetProfileDescription = 2 , kCMPRGetIndexedProfile = 3 , kCMPRDeleteDeviceProfile = 4 } |
Functions | |
| CMError | CMGetProfile (ComponentInstance pr, CMProfileHandle aProfile, CMProfileHandle *returnedProfile) |
| CMError | CMSetProfile (ComponentInstance pr, CMProfileHandle newProfile) |
| CMError | CMSetProfileDescription (ComponentInstance pr, long DeviceData, CMProfileHandle hProfile) |
| CMError | CMGetIndexedProfile (ComponentInstance pr, CMProfileSearchRecordHandle search, CMProfileHandle *returnProfile, long *index) |
| CMError | CMDeleteDeviceProfile (ComponentInstance pr, CMProfileHandle deleteMe) |
ColorSync ProfileResponder Component API.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| CMError CMDeleteDeviceProfile | ( | ComponentInstance | pr, |
| CMProfileHandle | deleteMe | ||
| ) |
| CMError CMGetIndexedProfile | ( | ComponentInstance | pr, |
| CMProfileSearchRecordHandle | search, | ||
| CMProfileHandle * | returnProfile, | ||
| long * | index | ||
| ) |
| CMError CMGetProfile | ( | ComponentInstance | pr, |
| CMProfileHandle | aProfile, | ||
| CMProfileHandle * | returnedProfile | ||
| ) |
| CMError CMSetProfile | ( | ComponentInstance | pr, |
| CMProfileHandle | newProfile | ||
| ) |
| CMError CMSetProfileDescription | ( | ComponentInstance | pr, |
| long | DeviceData, | ||
| CMProfileHandle | hProfile | ||
| ) |