X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=e9fb0b761ba55c3105be3caae29c3b3e03d323e0;hp=a2d6299e4cb4133aed1667a6f60b342859d88e81;hb=065b2b3513da8692efab0cd5344c054f246fa635;hpb=1303150699ab5bf40201855fc6923387ddfd5ac0;ds=sidebyside diff --git a/include/wimlib.h b/include/wimlib.h index a2d6299e..e9fb0b76 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2479,6 +2479,7 @@ enum wimlib_error_code { WIMLIB_ERR_NOT_PERMITTED_TO_UNMOUNT = 81, WIMLIB_ERR_FVE_LOCKED_VOLUME = 82, WIMLIB_ERR_UNABLE_TO_READ_CAPTURE_CONFIG = 83, + WIMLIB_ERR_WIM_IS_INCOMPLETE = 84, }; @@ -3553,6 +3554,9 @@ wimlib_mount_image(WIMStruct *wim, * @retval ::WIMLIB_ERR_WIM_IS_ENCRYPTED * The WIM cannot be opened because it contains encrypted segments. (It * may be a Windows 8 "ESD" file.) + * @retval ::WIMLIB_ERR_WIM_IS_INCOMPLETE + * The WIM file is not complete (e.g. the program which wrote it was + * terminated before it finished) * @retval ::WIMLIB_ERR_WIM_IS_READONLY * ::WIMLIB_OPEN_FLAG_WRITE_ACCESS was specified but the WIM file was * considered read-only because of any of the reasons mentioned in the