MIDIObjectGetStringProperty

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

extern OSStatus MIDIObjectGetStringProperty( MIDIObjectRef obj, 
 CFStringRef propertyID, 
 CFStringRef * str );

(See the MIDIObjectRef documentation for information about properties.)

Parameters

NameDescription
objThe object whose property is to be returned.
propertyIDName of the property to return.
strOn successful return, the value of the property.
Result: An OSStatus result code.


[ Search xmidi.com:    ]


[ home | docs | apps | links ]