3 references to SHGetKnownFolderPath
System.Windows.Forms.Primitives (3)
System\Windows\Forms\FileDialogCustomPlace.cs (1)
70int result = PInvoke.SHGetKnownFolderPath(reference, 0, HANDLE.Null, (PWSTR*)path);
Windows.Win32.PInvoke.SHELL32.dll.g.cs (2)
243 /// <inheritdoc cref="SHGetKnownFolderPath(global::System.Guid*, winmdroot.UI.Shell.KNOWN_FOLDER_FLAG, winmdroot.Foundation.HANDLE, winmdroot.Foundation.PWSTR*)"/> 251 winmdroot.Foundation.HRESULT __result = PInvoke.SHGetKnownFolderPath(rfidLocal, dwFlags, hToken, ppszPathLocal);