Contents

MIDIEndpointGetRefCons(_:_:_:)

Returns contextual data assigned to an endpoint.

Declaration

func MIDIEndpointGetRefCons(_ endpt: MIDIEndpointRef, _ ref1: UnsafeMutablePointer<UnsafeMutableRawPointer>?, _ ref2: UnsafeMutablePointer<UnsafeMutableRawPointer>?) -> OSStatus

Parameters

  • endpt:

    The endpoint with the refCons to return.

  • ref1:

    On exit, the first refCon.

  • ref2:

    On exit, the second refCon.

Return Value

An OSStatus result code.

See Also

Endpoint management