Contents

CFMachPortGetPort(_:)

Returns the native Mach port represented by a CFMachPort object.

Declaration

func CFMachPortGetPort(_ port: CFMachPort!) -> mach_port_t

Parameters

  • port:

    The CFMachPort object to examine.

Return Value

The native Mach port represented by port.

See Also

Examining a CFMachPort Object