/reactos/dll/win32/setupapi/ |
H A D | dirid.c | 47 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 D | ShellExecuteEx.cpp | 236 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 D | ItemIDList.cpp | 94 GetSystemDirectoryW(szPath, _countof(szPath)); in START_TEST() 160 GetSystemDirectoryW(szPath, _countof(szPath)); in START_TEST()
|
H A D | ShellExecuteW.cpp | 30 if (!GetSystemDirectoryW(SysDir, _countof(SysDir))) in START_TEST()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | directory.c | 151 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 D | write.c | 36 if (!GetSystemDirectoryW(path, MAX_PATH - 1 - lstrlenW(SZ_WORDPAD))) in wWinMain()
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | PathFindOnPath.c | 232 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.c | 16 GetSystemDirectoryW(szCmdExe, _countof(szCmdExe)); in START_TEST()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | GetDriveType.c | 51 i = GetSystemDirectoryW(Path, sizeof(Path)/sizeof(Path[0])); in START_TEST()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | KbdLayout.c | 82 dwRet = GetSystemDirectoryW(szSysPath, ARRAYSIZE(szSysPath)); in testKeyboardLayouts()
|
/reactos/base/services/dcomlaunch/ |
H A D | network.c | 109 GetSystemDirectoryW(szSystem, ARRAYSIZE(szSystem)); in CookupNodeId()
|
/reactos/base/services/tcpsvcs/ |
H A D | qotd.c | 38 if(!GetSystemDirectoryW(szFullPath, MAX_PATH)) in RetrieveQuote()
|
/reactos/sdk/lib/crt/process/ |
H A D | _system.c | 118 GetSystemDirectoryW(cmd_exe, _countof(cmd_exe)); in _wsystem()
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | dialog.c | 79 GetSystemDirectoryW(path, MAX_PATH); in test_SetupPromptForDiskW()
|
/reactos/win32ss/printing/providers/localspl/ |
H A D | main.c | 178 cchSpoolDirectory = GetSystemDirectoryW(wszSpoolDirectory, MAX_PATH); in _InitializeLocalSpooler()
|
H A D | printerdrivers.c | 85 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 D | layout_list.c | 177 if (!GetSystemDirectoryW(szSystemDirectory, ARRAYSIZE(szSystemDirectory))) in LayoutList_Create()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | LdrLoadDll.c | 34 GetSystemDirectoryW(szSysDir, _countof(szSysDir)); in START_TEST()
|
H A D | RtlDosApplyFileIsolationRedirection_Ustr.c | 87 GetSystemDirectoryW(SystemDir, MAX_PATH); in TestRedirection()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 2469 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 D | main.c | 311 GetSystemDirectoryW(szDllBuffer, ARRAYSIZE(szDllBuffer)); in wmain()
|
/reactos/base/services/dnsrslvr/ |
H A D | hostsfile.c | 258 GetSystemDirectoryW(ExpandedPath, MAX_PATH); in OpenHostsFile()
|
/reactos/dll/win32/shell32/folders/ |
H A D | CControlPanelFolder.cpp | 236 GetSystemDirectoryW(szPath, MAX_PATH); in CreateCPanelEnumList() 870 GetSystemDirectoryW(path, _countof(path)); in Open()
|
/reactos/dll/win32/kernel32/client/console/ |
H A D | init.c | 60 GetSystemDirectoryW(szBuffer, MAX_PATH); in PropDialogHandler()
|
/reactos/subsystems/mvdm/ntvdm/ |
H A D | ntvdm.c | 559 NtVdmPathSize = GetSystemDirectoryW(NtVdmPath, _countof(NtVdmPath)); in wmain()
|