X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=d8d0e755488810ba75f63177685e3eb1d1375b20;hp=76d63b26d19301a3b5a2f8231828de121f9eebc8;hb=16a0ef18b1404aab857696ae479e246dfbcfbaa3;hpb=f7c0992ff2b5c7f9c178262d5ede6910b039eba8 diff --git a/include/wimlib.h b/include/wimlib.h index 76d63b26..d8d0e755 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2434,6 +2434,7 @@ enum wimlib_error_code { WIMLIB_ERR_MOUNTED_IMAGE_IS_BUSY = 79, WIMLIB_ERR_NOT_A_MOUNTPOINT = 80, WIMLIB_ERR_NOT_PERMITTED_TO_UNMOUNT = 81, + WIMLIB_ERR_FVE_LOCKED_VOLUME = 82, }; @@ -4339,6 +4340,9 @@ wimlib_unmount_image_with_progress(const wimlib_tchar *dir, * be rolled back, and no visible changes shall have been made to @p wim. * Possible error codes include: * + * @retval ::WIMLIB_ERR_FVE_LOCKED_VOLUME + * Windows-only: One of the "add" commands attempted to add files from an + * encrypted BitLocker volume that hasn't yet been unlocked. * @retval ::WIMLIB_ERR_INVALID_CAPTURE_CONFIG * The capture configuration structure specified for an add command was * invalid.