Contents

CTRunDelegateGetRefCon(_:)

Returns a run delegate’s “refCon” value.

Declaration

func CTRunDelegateGetRefCon(_ runDelegate: CTRunDelegate) -> UnsafeMutableRawPointer

Parameters

  • runDelegate:

    The run delegate object being queried.

Return Value

A constant value associated with the run delegate as an identifier.

Discussion

The run delegate object was created with the returned “refCon” value.

See Also

Getting Information About a Run Delegate