|
◆ mobile_image_mounter_mount_image()
Mounts an image on the device.
- Parameters
-
client | The connected mobile_image_mounter client. |
image_path | The absolute path of the image to mount. The image must be present before calling this function. |
signature | Pointer to a buffer holding the images' signature |
signature_size | Length of the signature image_signature points to |
image_type | Type of image to mount |
result | Pointer to a plist that will receive the result of the operation. |
- Note
- This function may return MOBILE_IMAGE_MOUNTER_E_SUCCESS even if the operation has failed. Check the resulting plist for further information. Note that there is no unmounting function. The mount persists until the device is rebooted.
- Returns
- MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, MOBILE_IMAGE_MOUNTER_E_INVALID_ARG if on ore more parameters are invalid, or another error code otherwise.
|