3 references to SetNameOf
System.Windows.Forms.Primitives (3)
Windows.Win32.IShellFolder.g.cs (1)
629 return __object.SetNameOf(hwnd, pidl, pszName, uFlags, ppidlOut);
Windows.Win32.UI_Shell_IShellFolder_Extensions.g.cs (2)
130 /// <inheritdoc cref="winmdroot.UI.Shell.IShellFolder.Interface.SetNameOf(winmdroot.Foundation.HWND, winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.PCWSTR, winmdroot.UI.Shell.SHGDNF, winmdroot.UI.Shell.Common.ITEMIDLIST**)"/> 137 winmdroot.Foundation.HRESULT __result = @this.SetNameOf(hwnd, pidlLocal, pszNameLocal, uFlags, ppidlOut);