Contents

CFPreferencesCopyKeyList(_:_:_:)

Constructs and returns the list of all keys set in the specified domain.

Declaration

func CFPreferencesCopyKeyList(_ applicationID: CFString, _ userName: CFString, _ hostName: CFString) -> CFArray?

Parameters

Return Value

The list of keys. Ownership follows the The Create Rule.

See Also

Getting Preference Values