|
◆ instproxy_lookup()
Lookup information about specific applications from the device.
- Parameters
-
client | The connected installation_proxy client |
appids | An array of bundle identifiers that MUST have a terminating NULL entry or NULL to lookup all. |
client_options | The client options to use, as PLIST_DICT, or NULL. Currently there are no known client options, so pass NULL here. |
result | Pointer that will be set to a plist containing a PLIST_DICT holding requested information about the application or NULL on errors. |
- Returns
- INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if an error occurred.
|