MIDIObjectGetIntegerProperty

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

extern OSStatus MIDIObjectGetIntegerProperty( MIDIObjectRef obj, 
 CFStringRef propertyID, 
 SInt32 * outValue );

(See the MIDIObjectRef documentation for information about properties.)

Parameters

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


[ Search xmidi.com:    ]


[ home | docs | apps | links ]