MIDIThruConnectionFind(_:_:)
Finds the persistent thru connections for the specified client.
Declaration
func MIDIThruConnectionFind(_ inPersistentOwnerID: CFString, _ outConnectionList: UnsafeMutablePointer<Unmanaged<CFData>>) -> OSStatusParameters
- inPersistentOwnerID:
The identifier of the owning object.
- outConnectionList:
On successful return, a Cfdata that contains an array of MIDI thru connections.
Return Value
An OSStatus result code.