Home
last modified time | relevance | path

Searched refs:GetWindowsDirectoryW (Results 1 – 25 of 76) sorted by relevance

1234

/reactos/dll/win32/setupapi/
H A Ddirid.c80 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
90 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
94 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
98 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
108 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
113 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
118 GetWindowsDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
H A Dquery.c65 GetWindowsDirectoryW(inf_path, MAX_PATH); in search_for_inf()
74 GetWindowsDirectoryW(inf_path, MAX_PATH); in search_for_inf()
/reactos/modules/rostests/apitests/shell32/
H A DPathIsEqualOrSubFolder.cpp24 GetWindowsDirectoryW(szPath1, _countof(szPath1)); in START_TEST()
27 GetWindowsDirectoryW(szPath2, _countof(szPath2)); in START_TEST()
H A DShellExecuteEx.cpp233 GetWindowsDirectoryW(s_win_dir, _countof(s_win_dir)); in TEST_Start()
239 GetWindowsDirectoryW(s_win_notepad, _countof(s_win_notepad)); in TEST_Start()
247 GetWindowsDirectoryW(s_win_test_exe, _countof(s_win_test_exe)); in TEST_Start()
262 GetWindowsDirectoryW(s_win_bat_file, _countof(s_win_bat_file)); in TEST_Start()
278 GetWindowsDirectoryW(s_win_txt_file, _countof(s_win_txt_file)); in TEST_Start()
H A DPathIsTemporary.cpp38 GetWindowsDirectoryW(szPath, _countof(szPath)); in Test_PathIsTemporaryW()
H A DShellExecuteW.cpp25 if (!GetWindowsDirectoryW(WinDir, _countof(WinDir))) in START_TEST()
/reactos/modules/rostests/winetests/kernel32/
H A Ddirectory.c85 len_with_null = GetWindowsDirectoryW(NULL, 0); in test_GetWindowsDirectoryW()
94 len = GetWindowsDirectoryW(buf, 1); in test_GetWindowsDirectoryW()
100 len = GetWindowsDirectoryW(buf, len_with_null - 1); in test_GetWindowsDirectoryW()
106 len = GetWindowsDirectoryW(buf, len_with_null); in test_GetWindowsDirectoryW()
/reactos/modules/rostests/apitests/shlwapi/
H A DPathFindOnPath.c212 GetWindowsDirectoryW(Path, _countof(Path)); in DoEntry()
219 GetWindowsDirectoryW(PathExpected, _countof(PathExpected)); in DoEntry()
321 GetWindowsDirectoryW(s_WinDir, _countof(s_WinDir)); in START_TEST()
H A DPathFileExistsDefExtAndAttributesW.c29 GetWindowsDirectoryW(szPath, _countof(szPath)); in START_TEST()
/reactos/sdk/include/psdk/
H A Dversionhelpers.h153 GetWindowsDirectoryW(szWinDir, _countof(szWinDir)); in IsReactOS()
/reactos/base/applications/msconfig/
H A Dsystempage.c81 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeSystemDialog()
H A Dfreeldrpage.c123 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeFreeLDRDialog()
/reactos/base/applications/msconfig_new/
H A Dsystempage.c81 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeSystemDialog()
/reactos/modules/rostests/apitests/gdi32/
H A DNtGdiAddFontResource.c34 GetWindowsDirectoryW(lpszFontPath, MAX_PATH); in Test_NtGdiAddFontResourceW()
/reactos/dll/win32/syssetup/
H A Dnetinstall.c55 if (GetWindowsDirectoryW(Buffer, BufferSize) > BufferSize) in InstallInfSections()
412 GetWindowsDirectoryW(szInfPath, MAX_PATH); in ScanForInfFile()
H A Dlogfile.c46 GetWindowsDirectoryW(szFileName, MAX_PATH); in InitializeSetupActionLog()
/reactos/modules/rostests/apitests/kernel32/
H A DSetCurrentDirectory.c17 GetWindowsDirectoryW(Buffer, sizeof(Buffer) / sizeof(WCHAR)); in SetUnrelatedDirectory()
/reactos/dll/win32/fusion/
H A Dfusion.c132 len = GetWindowsDirectoryW(windir, MAX_PATH); in GetCachePath()
/reactos/modules/rostests/rosautotest/
H A DCConfiguration.cpp31 if(!GetWindowsDirectoryW(WindowsDirectory, MAX_PATH)) in CConfiguration()
H A DCWineTest.cpp34 if (!GetWindowsDirectoryW(wszDirectory, MAX_PATH)) in CWineTest()
/reactos/dll/shellext/zipfldr/
H A Dzipfldr.cpp185 GetWindowsDirectoryW(app, _countof(app)); in RouteTheCallW()
/reactos/base/applications/setup16/
H A Dmain.c60 GetWindowsDirectoryW(szWindir, MAX_PATH); in GetSystemDrive()
/reactos/modules/rostests/apitests/ntdll/
H A DLdrLoadDll.c33 GetWindowsDirectoryW(szWinDir, _countof(szWinDir)); in START_TEST()
/reactos/modules/rostests/apitests/atl/
H A DCString.cpp130 #define GetWindowsDirectoryX GetWindowsDirectoryW
/reactos/dll/cpl/mmsys/
H A Dmmsys.c462 Length = GetWindowsDirectoryW(szBuffer, _countof(szBuffer)); in MMSYS_InstallDevice()
512 Length = GetWindowsDirectoryW(szBuffer, _countof(szBuffer)); in MMSYS_InstallDevice()

1234