Retrieves a value using an optional domain and/or key name from a lockdown client with established CU pairing session.
This is used to retrieve values that are only accessible after a CU pairing has been established, and would otherwise only be accessible with a valid device pairing.
- Parameters
-
| client | A lockdown client with an established CU pairing. |
| domain | The domain to query on or NULL for global domain |
| key | The key name to request or NULL to query for all keys |
| value | A plist node representing the result value node |
- Returns
- LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG if one of the parameters is invalid, LOCKDOWN_E_NO_RUNNING_SESSION if the current lockdown client does not have an established CU pairing session, or a LOCKDOWN_E_* error code otherwise.