Contents

CFPreferencesCopyApplicationList(_:_:)

Constructs and returns the list of all applications that have preferences in the scope of the specified user and host.

Declaration

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

Parameters

Return Value

The list of application IDs. Ownership follows the The Create Rule.

See Also

Miscellaneous Functions