|
|
◆ mobile_image_mounter_query_personalization_manifest()
| LIBIMOBILEDEVICE_API mobile_image_mounter_error_t mobile_image_mounter_query_personalization_manifest |
( |
mobile_image_mounter_client_t | client, |
|
|
const char * | image_type, |
|
|
const unsigned char * | signature, |
|
|
unsigned int | signature_size, |
|
|
unsigned char ** | manifest, |
|
|
unsigned int * | manifest_size ) |
- Parameters
-
| client | The connected mobile_image_mounter client. |
| image_type | The image_type to get the personalization identifiers for. Can be NULL. |
| signature | The signature of the corresponding personalized image. |
| signature_size | The size of signature. |
| manifest | Pointer that will be set to an allocated buffer with the manifest data. |
| manifest_size | Pointer to an unsigned int that will be set to the size of the manifest data. |
- Returns
- MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.
|