CFMessagePortGetName(_:)
Returns the name with which a CFMessagePort object is registered.
Declaration
func CFMessagePortGetName(_ ms: CFMessagePort!) -> CFString!Parameters
- ms:
The message port to examine.
Return Value
The registered name of ms, NULL if unnamed. Ownership follows the The Get Rule.