From 02793c12525e621b756985e80f7e5eaf0d130669 Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Fri, 17 Feb 2023 23:02:30 -0800 Subject: [PATCH] Add usage hints for _SVGIO --- generation/WinSDK/enums.json | 21 +++++++++++++++++++++ scripts/ChangesSinceLastRelease.txt | 4 ++++ 2 files changed, 25 insertions(+) diff --git a/generation/WinSDK/enums.json b/generation/WinSDK/enums.json index e8ac32c95..8f7e81765 100644 --- a/generation/WinSDK/enums.json +++ b/generation/WinSDK/enums.json @@ -35751,6 +35751,27 @@ "parameter": "PolicyType" } ] + }, + { + "addUsesTo": "_SVGIO", + "members": [], + "uses": [ + { + "interface": "IFolderView", + "method": "Items", + "parameter": "uFlags" + }, + { + "interface": "IFolderView", + "method": "ItemCount", + "parameter": "uFlags" + }, + { + "interface": "IShellView", + "method": "GetItemObject", + "parameter": "uItem" + } + ] } ] } diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index 2d5c6acee..43ff7af1f 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -188,3 +188,7 @@ Windows.Win32.System.Mmc.View.get_CellContents : CellContents...UInt16** => PBST Windows.Win32.System.Mmc.View.get_Memento : Memento...UInt16** => PBSTR Windows.Win32.System.Ole.Apis.QueryPathOfRegTypeLib : lpbstrPathName...UInt16** => PBSTR Windows.Win32.System.Ole.Apis.VarBstrCat : pbstrResult...UInt16** => PBSTR +# Add usage hints for _SVGIO +Windows.Win32.UI.Shell.IFolderView.ItemCount : uFlags...UInt32 => _SVGIO +Windows.Win32.UI.Shell.IFolderView.Items : uFlags...UInt32 => _SVGIO +Windows.Win32.UI.Shell.IShellView.GetItemObject : uItem...UInt32 => _SVGIO