List pages of installed applications in a callback.
- Parameters
-
client | The connected installation_proxy client |
client_options | The client options to use, as PLIST_DICT, or NULL. Valid client options include: "ApplicationType" -> "System" "ApplicationType" -> "User" "ApplicationType" -> "Internal" "ApplicationType" -> "Any" |
status_cb | Callback function to process each page of application information. Passing a callback is required. |
user_data | Callback data passed to status_cb. |
- Returns
- INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if an error occurred.