Home
last modified time | relevance | path

Searched refs:GetSystemDirectoryW (Results 1 – 25 of 72) sorted by relevance

123

/reactos/dll/win32/setupapi/
H A Ddirid.c47 UINT len = GetSystemDirectoryW( NULL, 0 ) + strlenW(unknown_str); in get_unknown_dirid()
49 GetSystemDirectoryW( unknown_dirid, len ); in get_unknown_dirid()
83 GetSystemDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
86 GetSystemDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
102 GetSystemDirectoryW( buffer, MAX_PATH ); in create_system_dirid()
/reactos/modules/rostests/apitests/shell32/
H A DShellExecuteEx.cpp236 GetSystemDirectoryW(s_sys_dir, _countof(s_sys_dir)); in TEST_Start()
243 GetSystemDirectoryW(s_sys_notepad, _countof(s_sys_notepad)); in TEST_Start()
257 GetSystemDirectoryW(s_sys_test_exe, _countof(s_sys_test_exe)); in TEST_Start()
270 GetSystemDirectoryW(s_sys_bat_file, _countof(s_sys_bat_file)); in TEST_Start()
285 GetSystemDirectoryW(s_sys_txt_file, _countof(s_sys_txt_file)); in TEST_Start()
375 GetSystemDirectoryW(path, _countof(path)); in test_sei_lpIDList()
H A DItemIDList.cpp94 GetSystemDirectoryW(szPath, _countof(szPath)); in START_TEST()
160 GetSystemDirectoryW(szPath, _countof(szPath)); in START_TEST()
H A DShellExecuteW.cpp30 if (!GetSystemDirectoryW(SysDir, _countof(SysDir))) in START_TEST()
/reactos/modules/rostests/winetests/kernel32/
H A Ddirectory.c151 len_with_null = GetSystemDirectoryW(NULL, 0); in test_GetSystemDirectoryW()
160 len = GetSystemDirectoryW(buf, 1); in test_GetSystemDirectoryW()
166 len = GetSystemDirectoryW(buf, len_with_null - 1); in test_GetSystemDirectoryW()
172 len = GetSystemDirectoryW(buf, len_with_null); in test_GetSystemDirectoryW()
384 ret = GetSystemDirectoryW(tmpdir, MAX_PATH); in test_CreateDirectoryW()
/reactos/base/applications/write/
H A Dwrite.c36 if (!GetSystemDirectoryW(path, MAX_PATH - 1 - lstrlenW(SZ_WORDPAD))) in wWinMain()
/reactos/modules/rostests/apitests/shlwapi/
H A DPathFindOnPath.c232 GetSystemDirectoryW(Path, _countof(Path)); in DoEntry()
239 GetSystemDirectoryW(PathExpected, _countof(PathExpected)); in DoEntry()
322 GetSystemDirectoryW(s_SysDir, _countof(s_SysDir)); in START_TEST()
/reactos/modules/rostests/apitests/crt/
H A D_wsystem.c16 GetSystemDirectoryW(szCmdExe, _countof(szCmdExe)); in START_TEST()
/reactos/modules/rostests/apitests/kernel32/
H A DGetDriveType.c51 i = GetSystemDirectoryW(Path, sizeof(Path)/sizeof(Path[0])); in START_TEST()
/reactos/modules/rostests/apitests/user32/
H A DKbdLayout.c82 dwRet = GetSystemDirectoryW(szSysPath, ARRAYSIZE(szSysPath)); in testKeyboardLayouts()
/reactos/base/services/dcomlaunch/
H A Dnetwork.c109 GetSystemDirectoryW(szSystem, ARRAYSIZE(szSystem)); in CookupNodeId()
/reactos/base/services/tcpsvcs/
H A Dqotd.c38 if(!GetSystemDirectoryW(szFullPath, MAX_PATH)) in RetrieveQuote()
/reactos/sdk/lib/crt/process/
H A D_system.c118 GetSystemDirectoryW(cmd_exe, _countof(cmd_exe)); in _wsystem()
/reactos/modules/rostests/winetests/setupapi/
H A Ddialog.c79 GetSystemDirectoryW(path, MAX_PATH); in test_SetupPromptForDiskW()
/reactos/win32ss/printing/providers/localspl/
H A Dmain.c178 cchSpoolDirectory = GetSystemDirectoryW(wszSpoolDirectory, MAX_PATH); in _InitializeLocalSpooler()
H A Dprinterdrivers.c85 if (!GetSystemDirectoryW(szSysDir, _countof(szSysDir))) in InitializePrinterDrivers()
797 needed = GetSystemDirectoryW(NULL, 0); in LocalGetPrinterDriverDirectory()
819 GetSystemDirectoryW( dir, cbBuf / sizeof(WCHAR) ); in LocalGetPrinterDriverDirectory()
/reactos/dll/cpl/input/
H A Dlayout_list.c177 if (!GetSystemDirectoryW(szSystemDirectory, ARRAYSIZE(szSystemDirectory))) in LayoutList_Create()
/reactos/modules/rostests/apitests/ntdll/
H A DLdrLoadDll.c34 GetSystemDirectoryW(szSysDir, _countof(szSysDir)); in START_TEST()
H A DRtlDosApplyFileIsolationRedirection_Ustr.c87 GetSystemDirectoryW(SystemDir, MAX_PATH); in TestRedirection()
/reactos/dll/win32/shell32/wine/
H A Dshellpath.c2469 GetSystemDirectoryW(def_val, MAX_PATH); in _SHExpandEnvironmentStrings()
2502 GetSystemDirectoryW(def_val, MAX_PATH); in _SHExpandEnvironmentStrings()
2529 GetSystemDirectoryW(szDest, MAX_PATH); in _SHExpandEnvironmentStrings()
2531 if (!GetSystemDirectoryW(szDest, cchDest)) in _SHExpandEnvironmentStrings()
2702 GetSystemDirectoryW(szTemp, MAX_PATH); in SHGetFolderPathAndSubDirW()
2713 if (!GetSystemWow64DirectoryW(szTemp, MAX_PATH)) GetSystemDirectoryW(szTemp, MAX_PATH); in SHGetFolderPathAndSubDirW()
/reactos/base/applications/network/net/
H A Dmain.c311 GetSystemDirectoryW(szDllBuffer, ARRAYSIZE(szDllBuffer)); in wmain()
/reactos/base/services/dnsrslvr/
H A Dhostsfile.c258 GetSystemDirectoryW(ExpandedPath, MAX_PATH); in OpenHostsFile()
/reactos/dll/win32/shell32/folders/
H A DCControlPanelFolder.cpp236 GetSystemDirectoryW(szPath, MAX_PATH); in CreateCPanelEnumList()
870 GetSystemDirectoryW(path, _countof(path)); in Open()
/reactos/dll/win32/kernel32/client/console/
H A Dinit.c60 GetSystemDirectoryW(szBuffer, MAX_PATH); in PropDialogHandler()
/reactos/subsystems/mvdm/ntvdm/
H A Dntvdm.c559 NtVdmPathSize = GetSystemDirectoryW(NtVdmPath, _countof(NtVdmPath)); in wmain()

123