xmidi.com
 

MIDIObjectSetDictionaryProperty

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

extern OSStatus MIDIObjectSetDictionaryProperty(MIDIObjectRef obj, 
 CFStringRef propertyID, 
 CFDictionaryRef data );

(See the MIDIObjectRef documentation for information about properties.)

New for CoreMIDI 1.3.

Parameters

NameDescription
objThe object whose property is to be altered.
propertyIDName of the property to set.
dictNew value of the property.
Result: An OSStatus result code.
{  Search xmidi.com:     }


[ home | docs | apps | links ]