Added missing FILEOP_FLAGS values

pull/133/head
dahall 2020-06-20 12:07:27 -06:00
parent 79947cad6f
commit 57adb919f6
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ namespace Vanara.PInvoke
/// </summary>
FOFX_SHOWELEVATIONPROMPT = 0x00040000,
/// <summary>
/// Introduced in Windows 8. When a file is deleted, send it to the Recycle Bin rather than permanently deleting it.
/// </summary>
FOFX_RECYCLEONDELETE = 0x00080000,
/// <summary>
/// If FOFX_EARLYFAILURE is set together with FOF_NOERRORUI, the entire set of operations is stopped upon encountering any error
/// in any operation. This flag is valid only when FOF_NOERRORUI is set.