MIDIEndpointGetRefCons(_:_:_:)
Returns contextual data assigned to an endpoint.
Declaration
func MIDIEndpointGetRefCons(_ endpt: MIDIEndpointRef, _ ref1: UnsafeMutablePointer<UnsafeMutableRawPointer>?, _ ref2: UnsafeMutablePointer<UnsafeMutableRawPointer>?) -> OSStatusParameters
- endpt:
The endpoint with the
refConsto return. - ref1:
On exit, the first
refCon. - ref2:
On exit, the second
refCon.
Return Value
An OSStatus result code.