SCDynamicStoreCopyLocation(_:)
Returns the current location identifier.
Declaration
func SCDynamicStoreCopyLocation(_ store: SCDynamicStore?) -> CFString?Parameters
- store:
The dynamic store session that should be used for communication with the server. Pass
NULLto use a temporary session.
Return Value
Returns the current location identifier, or NULL if no location identifier has been defined or if an error occurred. You must release the returned value.