Contents

MIDIObjectRemoveProperty(_:_:)

Removes an object’s property.

Declaration

func MIDIObjectRemoveProperty(_ obj: MIDIObjectRef, _ propertyID: CFString) -> OSStatus

Parameters

  • obj:

    The object to modify,

  • propertyID:

    The property to remove.

Return Value

An OSStatus result code.

See Also

Property Accessors