5 references to SHGetPathFromIDListEx
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
517
bool isFileSystemFolder = PInvoke.
SHGetPathFromIDListEx
(selectedPidl, b, (uint)buffer.Length, GPFIDL_FLAGS.GPFIDL_UNCPRINTER);
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.SHELL32.dll.g.cs (2)
290
/// <inheritdoc cref="
SHGetPathFromIDListEx
(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.PWSTR, uint, winmdroot.UI.Shell.GPFIDL_FLAGS)"/>
296
winmdroot.Foundation.BOOL __result = PInvoke.
SHGetPathFromIDListEx
(pidlLocal, pszPath, cchPath, uOpts);
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (2)
12
/// Helper for the legacy <see cref="PInvoke.
SHGetPathFromIDListEx
(ITEMIDLIST*, PWSTR, uint, GPFIDL_FLAGS)" /> API.
64
bool success = PInvoke.
SHGetPathFromIDListEx
(resultId, b, (uint)buffer.Length, GPFIDL_FLAGS.GPFIDL_UNCPRINTER);