xmidi.com
 

MIDIObjectSetIntegerProperty

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

extern OSStatus MIDIObjectSetIntegerProperty( MIDIObjectRef obj, 
 CFStringRef propertyID, 
 SInt32 value );

(See the MIDIObjectRef documentation for information about properties.)

Parameters

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


[ home | docs | apps | links ]