diff --git a/generation/WinSDK/enums.json b/generation/WinSDK/enums.json index b9ef8f7eb..af00e5e27 100644 --- a/generation/WinSDK/enums.json +++ b/generation/WinSDK/enums.json @@ -35752,6 +35752,27 @@ } ] }, + { + "addUsesTo": "_SVGIO", + "members": [], + "uses": [ + { + "interface": "IFolderView", + "method": "Items", + "parameter": "uFlags" + }, + { + "interface": "IFolderView", + "method": "ItemCount", + "parameter": "uFlags" + }, + { + "interface": "IShellView", + "method": "GetItemObject", + "parameter": "uItem" + } + ] + }, { "addUsesTo": "ShellWindowTypeConstants", "members": [], diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index c8e32ec8d..eff2bc2b1 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -188,6 +188,10 @@ 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 # Add usage hints for ShellWindowTypeConstants, ShellWindowFindWindowOptions Windows.Win32.UI.Shell.IBrowserService.RegisterWindow : swc...Int32 => ShellWindowTypeConstants Windows.Win32.UI.Shell.IShellWindows.FindWindowSW : swClass...Int32 => ShellWindowTypeConstants