Added FlagsAttribute to TRANSFER_SOURCE_FLAGS

pull/10/head
David Hall 2018-04-03 13:20:01 -06:00
parent b83f78ce2a
commit 46a4f37829
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ namespace Vanara.PInvoke
}
/// <summary>Used by methods of the ITransferSource and ITransferDestination interfaces to control their file operations.</summary>
[Flags]
public enum TRANSFER_SOURCE_FLAGS
{
/// <summary>Fail if the destination already exists, unless TSF_OVERWRITE_EXIST is specified. This is a default behavior.</summary>