MIDIObjectSetStringProperty

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

extern OSStatus MIDIObjectSetStringProperty( MIDIObjectRef obj, 
 CFStringRef propertyID,
 CFStringRef str );

(See the MIDIObjectRef documentation for information about properties.)

Parameters

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


[ Search xmidi.com:    ]


[ home | docs | apps | links ]