4 references to SHCreateShellItem
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.SHELL32.dll.g.cs (2)
142 /// <inheritdoc cref="SHCreateShellItem(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.UI.Shell.IShellFolder*, winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.UI.Shell.IShellItem**)"/> 149 winmdroot.Foundation.HRESULT __result = PInvoke.SHCreateShellItem(pidlParent.HasValue ? &pidlParentLocal : null, psfParent, pidlLocal, ppsi);
Windows\Win32\PInvoke.SHCreateShellItem.cs (2)
8/// <inheritdoc cref="SHCreateShellItem(ITEMIDLIST*, IShellFolder*, ITEMIDLIST*, IShellItem**)"/> 15SHCreateShellItem(pidlParent: null, psfParent: null, ppidl, &ppsi);