Home
last modified time | relevance | path

Searched refs:CSIDL_FLAG_CREATE (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/dports/emulators/stella/stella-6.6/src/windows/
H A DHomeFinder.hxx39 HRESULT const result = SHGetFolderPathA(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in getAppDataPath()
52 HRESULT const result = SHGetFolderPathA(NULL, CSIDL_DESKTOPDIRECTORY | CSIDL_FLAG_CREATE, in getDesktopPath()
65 HRESULT const result = SHGetFolderPathA(NULL, CSIDL_MYDOCUMENTS | CSIDL_FLAG_CREATE, in getDocumentsPath()
78 HRESULT const result = SHGetFolderPathA(NULL, CSIDL_PROFILE | CSIDL_FLAG_CREATE, in getHomePath()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/
H A DEnvironment.SpecialFolderOption.cs12 Create = SpecialFolderOptionValues.CSIDL_FLAG_CREATE,
25 internal const int CSIDL_FLAG_CREATE = 0x8000; field in System.Environment.SpecialFolderOptionValues
/dports/games/chroma/chroma-1.20/
H A Dutil.c110 #ifndef CSIDL_FLAG_CREATE in getfilename()
111 #define CSIDL_FLAG_CREATE 0x8000 in getfilename() macro
155 …if(SHGetFolderPath(NULL, CSIDL_PERSONAL | CSIDL_FLAG_CREATE, NULL, SHGFP_TYPE_CURRENT, base) != S_… in getfilename()
196 …if(SHGetFolderPath(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, NULL, SHGFP_TYPE_CURRENT, base) == S_O… in getfilename()
/dports/security/gpa/gpa-0.10.0/src/
H A Dget-path.c47 #ifndef CSIDL_FLAG_CREATE
48 #define CSIDL_FLAG_CREATE 0x8000 macro
192 if (w32_shgetfolderpath (NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in default_homedir()
/dports/multimedia/libaacs/libaacs-0.11.0/src/file/
H A Ddirs_win32.c46 if (S_OK == SHGetFolderPathW(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in file_get_data_home()
77 if (S_OK == SHGetFolderPathW(NULL, CSIDL_COMMON_APPDATA | CSIDL_FLAG_CREATE, in file_get_config_system()
/dports/multimedia/libbdplus/libbdplus-0.1.2/src/file/
H A Ddirs_win32.c55 if (S_OK == SHGetFolderPathW(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in file_get_data_home()
84 if (S_OK == SHGetFolderPathW(NULL, CSIDL_COMMON_APPDATA | CSIDL_FLAG_CREATE, in file_get_config_system()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dicall-windows.c182 #ifndef CSIDL_FLAG_CREATE in mono_icall_get_windows_folder_path()
183 #define CSIDL_FLAG_CREATE 0x8000 in mono_icall_get_windows_folder_path() macro
188 if (SUCCEEDED (SHGetFolderPathW (NULL, folder | CSIDL_FLAG_CREATE, NULL, 0, path))) { in mono_icall_get_windows_folder_path()
/dports/security/libkleo/libkleo-21.12.3/src/utils/
H A Dgnupg-registry.c25 #ifndef CSIDL_FLAG_CREATE
26 #define CSIDL_FLAG_CREATE 0x8000 macro
202 if (w32_shgetfolderpath(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in standard_homedir()
/dports/multimedia/libbluray/libbluray-1.3.0/src/file/
H A Ddirs_win32.c73 if (S_OK == SHGetFolderPathW(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in file_get_data_home()
104 if (S_OK == SHGetFolderPathW(NULL, CSIDL_COMMON_APPDATA | CSIDL_FLAG_CREATE, in file_get_config_system()
/dports/multimedia/handbrake/libbluray-1.3.0/src/file/
H A Ddirs_win32.c73 if (S_OK == SHGetFolderPathW(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, in file_get_data_home()
104 if (S_OK == SHGetFolderPathW(NULL, CSIDL_COMMON_APPDATA | CSIDL_FLAG_CREATE, in file_get_config_system()
/dports/finance/grisbi/grisbi-2.0.5/win32/
H A Dwin32utils.h42 #ifndef CSIDL_FLAG_CREATE
43 #define CSIDL_FLAG_CREATE 0x8000 macro
/dports/games/openmw/openmw-openmw-0.47.0/components/files/
H A Dwindowspath.cpp51 if(SUCCEEDED(SHGetFolderPathW(nullptr, CSIDL_PERSONAL | CSIDL_FLAG_CREATE, nullptr, 0, path))) in getUserConfigPath()
72 …if(SUCCEEDED(SHGetFolderPathW(nullptr, CSIDL_PROGRAM_FILES | CSIDL_FLAG_CREATE, nullptr, 0, path))) in getGlobalConfigPath()
/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dget-path.c331 #ifndef CSIDL_FLAG_CREATE
332 #define CSIDL_FLAG_CREATE 0x8000 macro
357 if (w32_shgetfolderpath (NULL, CSIDL_APPDATA|CSIDL_FLAG_CREATE, in standard_homedir()
564 if (w32_shgetfolderpath (NULL, CSIDL_LOCAL_APPDATA|CSIDL_FLAG_CREATE, in dirmngr_cachedir()
/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dcspaths_sdl.cpp55 CSIDL_PERSONAL | CSIDL_FLAG_CREATE, in _get_local_data_path()
85 CSIDL_LOCAL_APPDATA | CSIDL_FLAG_CREATE, in _get_prefs_path()
/dports/security/kleopatra/kleopatra-21.12.3/src/utils/
H A Dgnupg-registry.c29 #ifndef CSIDL_FLAG_CREATE
30 #define CSIDL_FLAG_CREATE 0x8000 macro
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DFileUtilities.GetFolderPath.cs109 … internal const int CSIDL_FLAG_CREATE = 0x8000; // force folder creation in SHGetFolderPath field in Microsoft.Build.Shared.FileUtilities.Win32Native
281 Create = Win32Native.CSIDL_FLAG_CREATE,
/dports/misc/xiphos/xiphos-4.2.1/win32/nsis/include/
H A Dfontreg.nsh17 !ifndef CSIDL_FLAG_CREATE
18 !define CSIDL_FLAG_CREATE 0x8000 definition
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVConfig.cpp21 if (SHGetFolderPathA(NULL, CSIDL_APPDATA|CSIDL_FLAG_CREATE, in AVConfig()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/AmphiVanilla/
H A DAVConfig.cpp21 if (SHGetFolderPathA(NULL, CSIDL_APPDATA|CSIDL_FLAG_CREATE, in AVConfig()
/dports/audio/re/re-0.5.8/src/sys/
H A Dfs.c73 CSIDL_APPDATA | CSIDL_FLAG_CREATE, in odict_count()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshfolder.h47 #define CSIDL_FLAG_CREATE 0x8000 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshfolder.h47 #define CSIDL_FLAG_CREATE 0x8000 macro
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dparameters.cpp70 SHGetFolderPathA(NULL, CSIDL_PERSONAL|CSIDL_FLAG_CREATE, NULL, 0, data_path); in SetDefaultUserDirectory()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcwindirs.pp56CSIDL_FLAG_CREATE = $8000; { (force creation of requested folder if it doesn't exist y…
113 if SHGetFolderPath(0,ID or CSIDL_FLAG_CREATE,0,0,@APATH[0])=S_OK then
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcwindirs.pp56CSIDL_FLAG_CREATE = $8000; { (force creation of requested folder if it doesn't exist y…
113 if SHGetFolderPath(0,ID or CSIDL_FLAG_CREATE,0,0,@APATH[0])=S_OK then

12345678910>>...17