X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=98f3d0234535c5c7ba3b943c10351d811c715d47;hp=c5d118064fc31f101465d7cef06fcd526f38ead0;hb=53588a19dc7176736cf1791b75584314cab3d8f2;hpb=5ae6f523cef8fb1c2970b26c759657786486f31a diff --git a/include/wimlib.h b/include/wimlib.h index c5d11806..98f3d023 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2288,12 +2288,13 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour #define WIMLIB_INIT_FLAG_ASSUME_UTF8 0x00000001 /** Windows-only: do not attempt to acquire additional privileges (currently - * SeBackupPrivilege, SeRestorePrivilege, SeSecurityPrivilege, and - * SeTakeOwnershipPrivilege) when initializing the library. This flag is - * intended for the case where the calling program manages these privileges - * itself. Note: by default, no error is issued if privileges cannot be - * acquired, although related errors may be reported later, depending on if the - * operations performed actually require additional privileges or not. */ + * SeBackupPrivilege, SeRestorePrivilege, SeSecurityPrivilege, + * SeTakeOwnershipPrivilege, and SeManageVolumePrivilege) when initializing the + * library. This flag is intended for the case where the calling program + * manages these privileges itself. Note: by default, no error is issued if + * privileges cannot be acquired, although related errors may be reported later, + * depending on if the operations performed actually require additional + * privileges or not. */ #define WIMLIB_INIT_FLAG_DONT_ACQUIRE_PRIVILEGES 0x00000002 /** Windows only: If ::WIMLIB_INIT_FLAG_DONT_ACQUIRE_PRIVILEGES not specified,