|
◆ restored_get_value()
Retrieves a value from information plist specified by a key.
- Parameters
-
client | An initialized restored client. |
key | The key name to request or NULL to query for all keys |
value | A plist node representing the result value node |
- Returns
- RESTORE_E_SUCCESS on success, RESTORE_E_INVALID_ARG when client is NULL, RESTORE_E_PLIST_ERROR if value for key can't be found
|