Contents

SCDynamicStoreCopyValue(_:_:)

Returns the value associated with the specified key.

Declaration

func SCDynamicStoreCopyValue(_ store: SCDynamicStore?, _ key: CFString) -> CFPropertyList?

Parameters

  • store:

    The dynamic store session.

  • key:

    The key associated with the desired value.

Return Value

The value associated with the specified key, or NULL if no value was located or if an error occurred. You must release the returned value.

See Also

Getting Keys and Values