xmidi.com
 

MIDIObjectGetDictionaryProperty

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

extern OSStatus MIDIObjectGetDictionaryProperty( MIDIObjectRef obj, 
 CFStringRef propertyID, 
 CFDictionaryRef * outDict );

(See the MIDIObjectRef documentation for information about properties.)

New for CoreMIDI 1.3.

Parameters

NameDescription
objThe object whose property is to be returned.
propertyIDName of the property to return.
outDictOn successful return, the value of the property.
Result: An OSStatus result code.
{  Search xmidi.com:     }


[ home | docs | apps | links ]