6 references to GPFIDL_FLAGS
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 (5)
Windows.Win32.PInvoke.SHELL32.dll.g.cs (3)
290
/// <inheritdoc cref="SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST*, winmdroot.Foundation.PWSTR, uint, winmdroot.UI.Shell.
GPFIDL_FLAGS
)"/>
292
internal static unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(in winmdroot.UI.Shell.Common.ITEMIDLIST pidl, winmdroot.Foundation.PWSTR pszPath, uint cchPath, winmdroot.UI.Shell.
GPFIDL_FLAGS
uOpts)
328
internal static extern unsafe winmdroot.Foundation.BOOL SHGetPathFromIDListEx(winmdroot.UI.Shell.Common.ITEMIDLIST* pidl, winmdroot.Foundation.PWSTR pszPath, uint cchPath, winmdroot.UI.Shell.
GPFIDL_FLAGS
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);