MIDIObjectSetDataProperty

Abstract: Set an object's data-type property.

extern OSStatus MIDIObjectSetDataProperty( MIDIObjectRef obj, 
 CFStringRef propertyID, 
 CFDataRef data );

(See the MIDIObjectRef documentation for information about properties.)

Parameters

NameDescription
objThe object whose property is to be altered.
propertyIDName of the property to set.
dataNew value of the property.
Result: An OSStatus result code.


[ Search xmidi.com:    ]


[ home | docs | apps | links ]