Searched refs:GetSystemWindowsDirectoryW (Results 1 – 17 of 17) sorted by relevance
/reactos/modules/rostests/apitests/browseui/ |
H A D | ACListISF.cpp | 175 GetSystemWindowsDirectoryW(Buffer, _ARRAYSIZE(Buffer)); in test_ACListISF_NONE() 234 GetSystemWindowsDirectoryW(Buffer2, _ARRAYSIZE(Buffer2)); in test_ACListISF_CURRENTDIR() 552 GetSystemWindowsDirectoryW(Buffer, _ARRAYSIZE(Buffer)); in test_ACListISF_MYCOMPUTER() 655 GetSystemWindowsDirectoryW(Buffer, _ARRAYSIZE(Buffer)); in test_ACListISF_FILESYSONLY() 694 GetSystemWindowsDirectoryW(Buffer, _ARRAYSIZE(Buffer)); in test_ACListISF_FILESYSDIRS()
|
/reactos/base/system/userinit/ |
H A D | userinit.c | 321 if (GetSystemWindowsDirectoryW(Shell, ARRAYSIZE(Shell) - 13)) in StartShell() 529 GetSystemWindowsDirectoryW(Installer, ARRAYSIZE(Installer) - cchInstallerNameLen - 1); in StartInstaller() 604 if (GetSystemWindowsDirectoryW(Installer, ARRAYSIZE(Installer) - cchInstallerNameLen - 1)) in StartInstaller()
|
/reactos/dll/appcompat/apphelp/ |
H A D | hsdb.c | 592 UINT len = GetSystemWindowsDirectoryW(NULL, 0) + SdbpStrlen(szAppPatch); in SdbGetAppPatchDir() 596 UINT r = GetSystemWindowsDirectoryW(tmp, len+1); in SdbGetAppPatchDir() 707 GetSystemWindowsDirectoryW(pData->szModule, _countof(pData->szModule)); in SdbPackAppCompatData()
|
/reactos/modules/rostests/apitests/appshim/ |
H A D | versionlie.c | 326 if (!GetSystemWindowsDirectoryW(buf, MAX_PATH)) in LoadShimDLL() 348 GetSystemWindowsDirectoryW(buf, _countof(buf)); in LoadShimDLL()
|
/reactos/win32ss/user/winsrv/concfg/ |
H A D | settings.c | 77 wLength = GetSystemWindowsDirectoryW(DestString, MaxStrLen); in TranslateConsoleName()
|
/reactos/base/services/eventlog/ |
H A D | eventlog.c | 506 GetSystemWindowsDirectoryW(LogPath, ARRAYSIZE(LogPath)); in wmain()
|
/reactos/dll/win32/setupapi/ |
H A D | driver.c | 803 RequiredSize = GetSystemWindowsDirectoryW(InfFileName, len); in SetupDiBuildDriverInfoList() 950 len = GetSystemWindowsDirectoryW(NULL, 0); in SetupDiBuildDriverInfoList() 956 len = GetSystemWindowsDirectoryW(FullInfFileName, len); in SetupDiBuildDriverInfoList()
|
H A D | misc.c | 1868 ret = GetSystemWindowsDirectoryW(Windir, MAX_PATH); in SetupInitializeFileLogW()
|
H A D | parser.c | 2199 len = GetSystemWindowsDirectoryW(pFullFileName, MAX_PATH); in SetupGetInfFileListW()
|
H A D | install.c | 2419 len = GetSystemWindowsDirectoryW(pFullFileName, MAX_PATH); in SetupCopyOEMInfW()
|
H A D | devinst.c | 5335 ret = GetSystemWindowsDirectoryW(Windir, MAX_PATH); in InfIsFromOEMLocation()
|
/reactos/dll/win32/kernel32/client/ |
H A D | path.c | 2359 return GetSystemWindowsDirectoryW(lpBuffer, uSize); in GetWindowsDirectoryW() 2397 GetSystemWindowsDirectoryW(OUT LPWSTR lpBuffer, in GetSystemWindowsDirectoryW() function
|
/reactos/base/applications/cmdutils/eventcreate/ |
H A D | eventcreate.c | 224 PathSize = GetSystemWindowsDirectoryW(TmpDir, ARRAYSIZE(TmpDir)); in InstallEventSource()
|
/reactos/dll/win32/shlwapi/ |
H A D | shlwapi.spec | 444 444 stdcall -noname SHGetSystemWindowsDirectoryW(ptr long) kernel32.GetSystemWindowsDirectoryW
|
H A D | path.c | 4282 dwLen = GetSystemWindowsDirectoryW(lpszPath, dwPathLen); in SHGetWebFolderFilePathW()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 2463 UINT WINAPI GetSystemWindowsDirectoryW(LPWSTR,UINT); 3660 #define GetSystemWindowsDirectory GetSystemWindowsDirectoryW
|
/reactos/dll/win32/kernel32/ |
H A D | kernel32.spec | 615 @ stdcall GetSystemWindowsDirectoryW(ptr long)
|