Added Flags attribute to DROPEFFECT and UPDFCACHE

pull/250/head
dahall 2021-08-18 17:02:55 -06:00
parent 557be16a62
commit f28f2ebd76
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ namespace Vanara.PInvoke
/// </remarks>
// https://docs.microsoft.com/en-us/windows/desktop/com/dropeffect-constants
[PInvokeData("OleIdl.h", MSDNShortId = "d8e46899-3fbf-4012-8dd3-67fa627526d5")]
[Flags]
// public static extern
public enum DROPEFFECT : uint
{
@ -383,6 +384,7 @@ namespace Vanara.PInvoke
}
/// <summary>The type of cache to be updated.</summary>
[Flags]
public enum UPDFCACHE : uint
{
/// <summary>Updates caches created by using ADVF_NODATA in the call to IOleCache::Cache.</summary>