Home
last modified time | relevance | path

Searched refs:SHGetSpecialFolderPath (Results 1 – 25 of 131) sorted by relevance

123456

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/util/
H A Dqdesktopservices_win.cpp189 static GetSpecialFolderPath SHGetSpecialFolderPath = local
191 if (!SHGetSpecialFolderPath)
199 if (SHGetSpecialFolderPath(0, path, CSIDL_APPDATA, FALSE)) {
201 if (SHGetSpecialFolderPath(0, path, CSIDL_LOCAL_APPDATA, FALSE)) {
212 if (SHGetSpecialFolderPath(0, path, CSIDL_DESKTOPDIRECTORY, FALSE))
217 if (SHGetSpecialFolderPath(0, path, CSIDL_PERSONAL, FALSE))
222 if (SHGetSpecialFolderPath(0, path, CSIDL_FONTS, FALSE))
227 if (SHGetSpecialFolderPath(0, path, CSIDL_PROGRAMS, FALSE))
232 if (SHGetSpecialFolderPath(0, path, CSIDL_MYMUSIC, FALSE))
237 if (SHGetSpecialFolderPath(0, path, CSIDL_MYVIDEO, FALSE))
[all …]
/dports/games/freedink-engine/freedink-108.4/test/
H A Dwoepaths.c9 SHGetSpecialFolderPath(NULL, buf, CSIDL_PERSONAL, 1); in main()
11 SHGetSpecialFolderPath(NULL, buf, CSIDL_APPDATA, 1); in main()
13 SHGetSpecialFolderPath(NULL, buf, CSIDL_FONTS, 1); in main()
15 SHGetSpecialFolderPath(NULL, buf, CSIDL_DESKTOP, 1); in main()
17 SHGetSpecialFolderPath(NULL, buf, CSIDL_DESKTOPDIRECTORY, 1); in main()
/dports/graphics/photivo/photivo/Sources/
H A DptClear.cpp58 …GetSpecialFolderPath SHGetSpecialFolderPath = (GetSpecialFolderPath)library.resolve("SHGetSpecialF… in main()
59 if (SHGetSpecialFolderPath) { in main()
61 SHGetSpecialFolderPath(0, path, CSIDL_APPDATA, FALSE); in main()
67 …GetSpecialFolderPath SHGetSpecialFolderPath = (GetSpecialFolderPath)library.resolve("SHGetSpecialF… in main()
68 if (SHGetSpecialFolderPath) { in main()
70 SHGetSpecialFolderPath(0, path, CSIDL_APPDATA, FALSE); in main()
H A DptWinApi.cpp44 GetSpecialFolderPath SHGetSpecialFolderPath = in AppdataFolder() local
47 if (SHGetSpecialFolderPath) { in AppdataFolder()
49 SHGetSpecialFolderPath(0, path, CSIDL_APPDATA, FALSE); in AppdataFolder()
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-settings-ini_managers-paths__windows.adb67 function SHGetSpecialFolderPath subprogspec
72 pragma Import (Stdcall, SHGetSpecialFolderPath, "SHGetSpecialFolderPathW");
89 if SHGetSpecialFolderPath
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqsettings.cpp473 SHGetSpecialFolderPath( 0, path, CSIDL_APPDATA, FALSE ); in QSettingsPrivate()
475 SHGetSpecialFolderPath( 0, path, CSIDL_COMMON_APPDATA, FALSE ); in QSettingsPrivate()
482 …GetSpecialFolderPath SHGetSpecialFolderPath = (GetSpecialFolderPath)library.resolve( "SHGetSpecial… in QSettingsPrivate()
483 if ( SHGetSpecialFolderPath ) { in QSettingsPrivate()
485 SHGetSpecialFolderPath( 0, path, CSIDL_APPDATA, FALSE ); in QSettingsPrivate()
487 SHGetSpecialFolderPath( 0, path, CSIDL_COMMON_APPDATA, FALSE ); in QSettingsPrivate()
492 …GetSpecialFolderPath SHGetSpecialFolderPath = (GetSpecialFolderPath)library.resolve( "SHGetSpecial… in QSettingsPrivate()
493 if ( SHGetSpecialFolderPath ) { in QSettingsPrivate()
495 SHGetSpecialFolderPath( 0, path, CSIDL_APPDATA, FALSE ); in QSettingsPrivate()
497 SHGetSpecialFolderPath( 0, path, CSIDL_COMMON_APPDATA, FALSE ); in QSettingsPrivate()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/dist/windows/
H A Duninstaller.nsi83 System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_APPDATA}, i0)i.r0'
96 …System::Call 'shell32::SHGetSpecialFolderPath(i $HWNDPARENT, t .r1, i ${CSIDL_LOCALAPPDATA}, i0)i.…
/dports/devel/py-fabric3/Fabric3-1.14.post1/fabric/
H A Dstate.py62 from win32com.shell.shell import SHGetSpecialFolderPath
65 SHGetSpecialFolderPath(0, CSIDL_PROFILE),
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelFileMgr.cpp529 …GetSpecialFolderPath SHGetSpecialFolderPath = reinterpret_cast<GetSpecialFolderPath>(library.resol… in getWin32SpecialDirPath() local
530 if (SHGetSpecialFolderPath) in getWin32SpecialDirPath()
533 SHGetSpecialFolderPath(Q_NULLPTR, tpath, csidlId, FALSE); in getWin32SpecialDirPath()
/dports/editors/emacs-devel/emacs-4d1968b/nt/
H A Daddpm.c253 && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_COMMON_PROGRAMS, 0)) in main()
283 && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_PROGRAMS, 0)) in main()
/dports/editors/emacs/emacs-27.2/nt/
H A Daddpm.c249 && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_COMMON_PROGRAMS, 0)) in main()
279 && SHGetSpecialFolderPath (NULL, start_folder, CSIDL_PROGRAMS, 0)) in main()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/os/
H A Dos.cxx77 ret = SHGetSpecialFolderPath(NULL, dir, CSIDL_APPDATA, FALSE); in getvnchomedir()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/os/
H A Dos.cxx77 ret = SHGetSpecialFolderPath(NULL, dir, CSIDL_APPDATA, FALSE); in getvnchomedir()
/dports/devel/simgear/simgear-2020.3.11/simgear/misc/
H A Dsg_path.cxx81 static GetSpecialFolderPath SHGetSpecialFolderPath = NULL; in pathForCSIDL() local
84 if (!SHGetSpecialFolderPath) { in pathForCSIDL()
86SHGetSpecialFolderPath = (GetSpecialFolderPath) GetProcAddress(shellDll, "SHGetSpecialFolderPathW"… in pathForCSIDL()
89 if (!SHGetSpecialFolderPath){ in pathForCSIDL()
94 if (SHGetSpecialFolderPath(0, path, csidl, false)) { in pathForCSIDL()
/dports/emulators/dosbox/dosbox-0.74-3/src/misc/
H A Dcross.cpp44 BOOL r = SHGetSpecialFolderPath(NULL,result,CSIDL_LOCAL_APPDATA,c); in W32_ConfDir()
45 if(!r || result[0] == 0) r = SHGetSpecialFolderPath(NULL,result,CSIDL_APPDATA,c); in W32_ConfDir()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dwin32utils.py147 SHGetSpecialFolderPath = \
153 if SHGetSpecialFolderPath(None, buf, csidl, 0):
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmutils.cc228 if (SHGetSpecialFolderPath (NULL, buffer, CSIDL_LOCAL_APPDATA, true)) in spectmorph_user_data_dir()
238 if (SHGetSpecialFolderPath (NULL, buffer, CSIDL_MYDOCUMENTS, true)) in win_documents_dir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browser_switcher/bho/
H A Die_bho.cc53 if (!::SHGetSpecialFolderPath(0, path, CSIDL_LOCAL_APPDATA, false)) in DllMain()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DShell32Util.java111 if (!Shell32.INSTANCE.SHGetSpecialFolderPath(null, pszPath, csidl, create)) in getSpecialFolderPath()
H A DShell32.java247 boolean SHGetSpecialFolderPath(HWND owner, char[] path, int csidl, boolean create); in SHGetSpecialFolderPath() method
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/misc/
H A Dcross.cpp129 BOOL r = SHGetSpecialFolderPath(NULL,result,CSIDL_LOCAL_APPDATA,c); in W32_ConfDir()
130 if(!r || result[0] == 0) r = SHGetSpecialFolderPath(NULL,result,CSIDL_APPDATA,c); in W32_ConfDir()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/win32/
H A Dwin32_wrapper.cpp64 …return SHGetSpecialFolderPath(hwnd, pszPath, csidl & !CSIDL_FLAG_MASK, csidl & CSIDL_FLAG_CREATE) … in SHGetFolderPathFunc()
/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Dconfigurationdata.cpp38 if ( SHGetSpecialFolderPath( 0, appDataPath, CSIDL_APPDATA, FALSE ) ) in ConfigurationData()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dstdpaths.cpp217 #ifdef SHGetSpecialFolderPath in DoGetDirectory()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dstdpaths.cpp217 #ifdef SHGetSpecialFolderPath in DoGetDirectory()

123456