/reactos/dll/win32/setupapi/ |
H A D | dirid.c | 80 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 D | query.c | 65 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 D | PathIsEqualOrSubFolder.cpp | 24 GetWindowsDirectoryW(szPath1, _countof(szPath1)); in START_TEST() 27 GetWindowsDirectoryW(szPath2, _countof(szPath2)); in START_TEST()
|
H A D | ShellExecuteEx.cpp | 233 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 D | PathIsTemporary.cpp | 38 GetWindowsDirectoryW(szPath, _countof(szPath)); in Test_PathIsTemporaryW()
|
H A D | ShellExecuteW.cpp | 25 if (!GetWindowsDirectoryW(WinDir, _countof(WinDir))) in START_TEST()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | directory.c | 85 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 D | PathFindOnPath.c | 212 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 D | PathFileExistsDefExtAndAttributesW.c | 29 GetWindowsDirectoryW(szPath, _countof(szPath)); in START_TEST()
|
/reactos/sdk/include/psdk/ |
H A D | versionhelpers.h | 153 GetWindowsDirectoryW(szWinDir, _countof(szWinDir)); in IsReactOS()
|
/reactos/base/applications/msconfig/ |
H A D | systempage.c | 81 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeSystemDialog()
|
H A D | freeldrpage.c | 123 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeFreeLDRDialog()
|
/reactos/base/applications/msconfig_new/ |
H A D | systempage.c | 81 GetWindowsDirectoryW(winDir, PATH_MAX); in InitializeSystemDialog()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | NtGdiAddFontResource.c | 34 GetWindowsDirectoryW(lpszFontPath, MAX_PATH); in Test_NtGdiAddFontResourceW()
|
/reactos/dll/win32/syssetup/ |
H A D | netinstall.c | 55 if (GetWindowsDirectoryW(Buffer, BufferSize) > BufferSize) in InstallInfSections() 412 GetWindowsDirectoryW(szInfPath, MAX_PATH); in ScanForInfFile()
|
H A D | logfile.c | 46 GetWindowsDirectoryW(szFileName, MAX_PATH); in InitializeSetupActionLog()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | SetCurrentDirectory.c | 17 GetWindowsDirectoryW(Buffer, sizeof(Buffer) / sizeof(WCHAR)); in SetUnrelatedDirectory()
|
/reactos/dll/win32/fusion/ |
H A D | fusion.c | 132 len = GetWindowsDirectoryW(windir, MAX_PATH); in GetCachePath()
|
/reactos/modules/rostests/rosautotest/ |
H A D | CConfiguration.cpp | 31 if(!GetWindowsDirectoryW(WindowsDirectory, MAX_PATH)) in CConfiguration()
|
H A D | CWineTest.cpp | 34 if (!GetWindowsDirectoryW(wszDirectory, MAX_PATH)) in CWineTest()
|
/reactos/dll/shellext/zipfldr/ |
H A D | zipfldr.cpp | 185 GetWindowsDirectoryW(app, _countof(app)); in RouteTheCallW()
|
/reactos/base/applications/setup16/ |
H A D | main.c | 60 GetWindowsDirectoryW(szWindir, MAX_PATH); in GetSystemDrive()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | LdrLoadDll.c | 33 GetWindowsDirectoryW(szWinDir, _countof(szWinDir)); in START_TEST()
|
/reactos/modules/rostests/apitests/atl/ |
H A D | CString.cpp | 130 #define GetWindowsDirectoryX GetWindowsDirectoryW
|
/reactos/dll/cpl/mmsys/ |
H A D | mmsys.c | 462 Length = GetWindowsDirectoryW(szBuffer, _countof(szBuffer)); in MMSYS_InstallDevice() 512 Length = GetWindowsDirectoryW(szBuffer, _countof(szBuffer)); in MMSYS_InstallDevice()
|