public static extern int AMDeviceTransferApplication(IntPtr conn, IntPtr path, IntPtr options,
     DeviceInstallApplicationCallback callback, IntPtr unknow1);
Example #2
0
 public static extern unsafe int AMDeviceTransferApplication(void *conn, void *path, void *options, DeviceInstallApplicationCallback callback, void *unknow1);
 public static extern int AMDeviceArchiveApplication(IntPtr conn, IntPtr bundleIdentifier, IntPtr options,
     DeviceInstallApplicationCallback callback);
 public static extern int AMDeviceArchiveApplication(IntPtr conn, IntPtr bundleIdentifier, IntPtr options,
                                                     DeviceInstallApplicationCallback callback);
 public static extern int AMDeviceTransferApplication(int socket, IntPtr path, IntPtr options,
                                                      DeviceInstallApplicationCallback callback, IntPtr unknow1);
 public static extern int AMRestorePerformRecoveryModeRestore(byte[] device, IntPtr dicopts, DeviceInstallApplicationCallback callback, IntPtr user_info);
Example #7
0
 public static extern unsafe int AMDeviceTransferApplication(void* conn, void* path, void* options, DeviceInstallApplicationCallback callback, void* unknow1);
 public static extern int AMRestorePerformRecoveryModeRestore(byte[] device, IntPtr dicopts, DeviceInstallApplicationCallback callback, IntPtr user_info);