pub unsafe extern "C-unwind" fn MIDIObjectSetStringProperty(
obj: MIDIObjectRef,
property_id: &CFString,
str: &CFString,
) -> i32Available on crate features
MIDIServices and objc2-core-foundation only.Expand description
Sets an object’s string-type property.
Parameter obj: The object whose property is to be altered.
Parameter propertyID: Name of the property to set.
Parameter str: New value of the property.
Returns: An OSStatus result code.
(See the MIDIObjectRef documentation for information about properties.)