libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ ostrace_get_pid_list()

LIBIMOBILEDEVICE_API ostrace_error_t ostrace_get_pid_list ( ostrace_client_t client,
plist_t * list )

Returns a dictionary with all currently running processes on the device.

Parameters
clientThe ostrace client to use
listPointer that will receive an allocated PLIST_DICT structure with the process data
Returns
OSTRACE_E_SUCCESS on success, or an OSTRACE_E_* error code otherwise