]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Report some extraction errors on Windows
[wimlib] / include / wimlib.h
index ffc9cdbf3d9ef31acee107fe6594d387bf93412f..50adcb7f45fadf43301d9bc4ad1590c637f7cb7f 100644 (file)
@@ -725,6 +725,9 @@ enum wimlib_progress_msg {
         * Currently, only the following types of errors will result in this
         * progress message being sent:
         *
+        *      - Directory tree scan errors, e.g. from wimlib_add_image()
+        *      - Most extraction errors; currently restricted to the Windows
+        *        build of the library only.
         */
        WIMLIB_PROGRESS_MSG_HANDLE_ERROR = 31,
 };