Home
last modified time | relevance | path

Searched refs:StringCchPrintfW (Results 1 – 25 of 93) sorted by relevance

1234

/reactos/modules/rostests/apitests/ntdll/
H A DLdrLoadDll.c106 StringCchPrintfW(szPath, _countof(szPath), L"%s\\advapi32", szSysDir); in START_TEST()
120 StringCchPrintfW(szPath, _countof(szPath), L"%s\\advapi32.dll", szSysDir); in START_TEST()
134 StringCchPrintfW(szPath, _countof(szPath), L"%s/advapi32", szSysDir); in START_TEST()
148 StringCchPrintfW(szPath, _countof(szPath), L"%s/advapi32.dll", szSysDir); in START_TEST()
162 StringCchPrintfW(szPath, _countof(szPath), L"%s\\advapi32", szSysDir); in START_TEST()
183 StringCchPrintfW(szPath, _countof(szPath), L"%s\\advapi32.dll", szSysDir); in START_TEST()
/reactos/modules/rostests/win32/user32/biditext/
H A Dbiditext.c249 StringCchPrintfW(tempString, 20, L"%d", i); in MainWndProc()
253 StringCchPrintfW(tempString, 20, L"%d", lpOrder[i]); in MainWndProc()
257 StringCchPrintfW(tempString, 20, L"%d", lpCaretPos[i]); in MainWndProc()
273 StringCchPrintfW(tempString, 20, L"%d", i); in MainWndProc()
277 StringCchPrintfW(tempString, 20, L"%d", lpOrder[i]); in MainWndProc()
281 StringCchPrintfW(tempString, 20, L"%d", lpCaretPos[i]); in MainWndProc()
/reactos/dll/cpl/input/
H A Dinput_list.c46 StringCchPrintfW(pszPath, cchPath, L"%s\\%s", szSysDir, pszFileName); in GetSystemLibraryPath()
256 StringCchPrintfW(szKLID, ARRAYSIZE(szKLID), L"%08x", dwKLID); in InputList_FindPreloadKLID()
260 StringCchPrintfW(szNumber, ARRAYSIZE(szNumber), L"%u", dwNumber); in InputList_FindPreloadKLID()
286 StringCchPrintfW(szLogicalKLID, ARRAYSIZE(szLogicalKLID), L"%08x", dwLogicalKLID); in InputList_WriteSubst()
287 StringCchPrintfW(szPhysicalKLID, ARRAYSIZE(szPhysicalKLID), L"%08x", dwPhysicalKLID); in InputList_WriteSubst()
356 StringCchPrintfW(szNumber, ARRAYSIZE(szNumber), L"%lu", dwNumber); in InputList_AddInputMethodToUserRegistry()
357 StringCchPrintfW(szLogicalKLID, ARRAYSIZE(szLogicalKLID), L"%08x", dwLogicalKLID); in InputList_AddInputMethodToUserRegistry()
H A Dkey_settings_dialog.c109 StringCchPrintfW(szBuffer, ARRAYSIZE(szBuffer), L"%lu", _KeySettings.dwLanguage); in WriteKeysSettings()
125 StringCchPrintfW(szBuffer, ARRAYSIZE(szBuffer), L"%lu", _KeySettings.dwLayout); in WriteKeysSettings()
/reactos/modules/rostests/apitests/shell32/
H A DShellExecuteEx.cpp301 StringCchPrintfW(s_win_notepad_cmdline, _countof(s_win_notepad_cmdline), in TEST_Start()
303 StringCchPrintfW(s_sys_notepad_cmdline, _countof(s_sys_notepad_cmdline), in TEST_Start()
305 StringCchPrintfW(s_win_test_exe_cmdline, _countof(s_win_test_exe_cmdline), in TEST_Start()
307 StringCchPrintfW(s_sys_test_exe_cmdline, _countof(s_sys_test_exe_cmdline), in TEST_Start()
411 StringCchPrintfW(szSubKey, _countof(szSubKey), L"%s\\%s", REG_APPPATHS, pszName); in CreateAppPath()
434 StringCchPrintfW(szSubKey, _countof(szSubKey), L"%s\\%s", REG_APPPATHS, pszName); in DeleteAppPath()
/reactos/base/applications/taskmgr/
H A Dprocpage.c328 StringCchPrintfW(wszNumber, _countof(wszNumber), L"%I64u", Num); in SH_FormatInteger()
608 StringCchPrintfW(lpText, nMaxCount, L"%lu", PerfDataGetProcessId(Index)); in PerfDataGetText()
620 StringCchPrintfW(lpText, nMaxCount, L"%lu", PerfDataGetSessionId(Index)); in PerfDataGetText()
624 StringCchPrintfW(lpText, nMaxCount, L"%02lu", PerfDataGetCPUUsage(Index)); in PerfDataGetText()
636 StringCchPrintfW(lpText, nMaxCount, L"%lu:%02lu:%02lu", dwHours, dwMinutes, dwSeconds); in PerfDataGetText()
679 StringCchPrintfW(lpText, nMaxCount, L"%lu", PerfDataGetBasePriority(Index)); in PerfDataGetText()
1017 StringCchPrintfW(lpDosPath, dwLength, L"%s%s", in DevicePathToDosPath()
1159 StringCchPrintfW(lpExePath, dwLength, L"%s%s", in GetProcessExecutablePathById()
1249 StringCchPrintfW(pszCmdLine, dwLength, szCmdFormat, pszExePath); in ProcessPage_OnOpenFileLocation()
/reactos/base/setup/reactos/
H A Ddrivepage.c1017 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1029 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1036 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1114 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1127 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1137 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintPartitionData()
1210 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintDiskData()
1258 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintDiskData()
1270 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintDiskData()
1284 StringCchPrintfW(LineBuffer, ARRAYSIZE(LineBuffer), in PrintDiskData()
[all …]
H A Dreactos.c697 StringCchPrintfW(Buffer, cchBufferSize, in AddNTOSInstallationItem()
705 StringCchPrintfW(Buffer, cchBufferSize, in AddNTOSInstallationItem()
1090 StringCchPrintfW(CurrentItemText, ARRAYSIZE(CurrentItemText), in SummaryDlgProc()
1123 StringCchPrintfW(CurrentItemText, ARRAYSIZE(CurrentItemText), in SummaryDlgProc()
1128 StringCchPrintfW(CurrentItemText, ARRAYSIZE(CurrentItemText), in SummaryDlgProc()
1138 StringCchPrintfW(CurrentItemText, ARRAYSIZE(CurrentItemText), in SummaryDlgProc()
1142 StringCchPrintfW(CurrentItemText, ARRAYSIZE(CurrentItemText), in SummaryDlgProc()
2056 StringCchPrintfW(PathBuffer, _countof(PathBuffer), in PrepareAndDoCopyThread()
2411 StringCchPrintfW(pSetupData->DefaultLanguage, in LoadSetupData()
2415 StringCchPrintfW(pSetupData->USetupData.LocaleID, in LoadSetupData()
[all …]
/reactos/dll/cpl/console/
H A Dfont.c183 StringCchPrintfW(szFontSize, ARRAYSIZE(szFontSize), L"%d", FontSize); in FontSizeList_SelectFontSize()
360StringCchPrintfW(szFontSize, ARRAYSIZE(szFontSize), L"%d x %d", lplf->lfWidth, lplf->lfHeight); in EnumFontSizesProc()
385 StringCchPrintfW(szFontSize, ARRAYSIZE(szFontSize), L"%d", TrueTypePoints[i]); in EnumFontSizesProc()
714 StringCchPrintfW(szFontSize, ARRAYSIZE(szFontSize), L"%d", CharWidth); in FontSizeChange()
716 StringCchPrintfW(szFontSize, ARRAYSIZE(szFontSize), L"%d", CharHeight); in FontSizeChange()
900StringCchPrintfW(szMessage, ARRAYSIZE(szMessage), L"\"%s\" is not a valid font size.", szFontSize); in FontProc()
/reactos/dll/cpl/timedate/
H A Dinternettime.c114 StringCchPrintfW(szFormat, _countof(szFormat), SyncStatus.szSyncWait, buffer); in SetNTPServer()
244StringCchPrintfW(szFormat, _countof(szFormat), SyncStatus.szSyncSuc, szNtpServerName, szLocalDate,… in UpdateNTPStatus()
260 StringCchPrintfW(szFormat, _countof(szFormat), SyncStatus.szSyncErr, szNtpServerName); in UpdateNTPStatus()
/reactos/base/applications/utilman/umandlg/
H A Dumandlg.c72 StringCchPrintfW(szFormat, _countof(szFormat), in InitUtilsList()
192StringCchPrintfW(szFormat, _countof(szFormat), Globals.szGrpBoxTitle, EntriesList[Globals.iSelecte… in GroupBoxUpdateTitle()
246 StringCchPrintfW(szFormat, _countof(szFormat), in ListBoxRefreshContents()
/reactos/modules/rostests/apitests/zipfldr/
H A DEnumParentDir.cpp147 StringCchPrintfW(TestFile, _countof(TestFile), L"%stest.txt", TestFolder); in START_TEST()
154 StringCchPrintfW(SubFolder, _countof(SubFolder), L"%sASUBFLD", TestFolder); in START_TEST()
H A DEnumObjects.cpp91 StringCchPrintfW(Buffer, _countof(Buffer), L"%s\\%s", Filename, ExpectedName); in test_EnumObjects_Files()
182 StringCchPrintfW(Buffer, _countof(Buffer), L"%s\\%s", Filename, ExpectedName); in test_EnumObjects_Folders()
/reactos/base/shell/rshell/
H A Dmisc.cpp90 HRESULT hr = StringCchPrintfW(szRoot, 0x104u, L"CLSID\\%s", szClsid); in RegisterComponent()
126 HRESULT hr = StringCchPrintfW(szRoot, 0x104u, L"CLSID\\%s", szClsid); in UnregisterComponent()
/reactos/dll/cpl/mmsys/
H A Daudio.c314 StringCchPrintfW(szPath, _countof(szPath), L"sndvol32.exe -d %d", in AudioDlgProc()
338 StringCchPrintfW(szPath, _countof(szPath), L"sndvol32.exe -r -d %d", in AudioDlgProc()
362 StringCchPrintfW(szPath, _countof(szPath), L"sndvol32.exe -d %d", in AudioDlgProc()
H A Dmmsys.c214StringCchPrintfW(Buffer, _countof(Buffer), L"@mmsys.cpl,-%u", EventLabels[i].LocalizedResId); in InstallSystemSoundLabels()
251 StringCchPrintfW(Path, _countof(Path), L"@mmsys.cpl,-%u", SystemSchemes[0].IconId); in InstallDefaultSystemSoundScheme()
260StringCchPrintfW(Path, _countof(Path), L"%%SystemRoot%%\\media\\%s", EventLabels[i].FileName); in InstallDefaultSystemSoundScheme()
555 StringCchPrintfW(WaveName, _countof(WaveName), L"wave%u", Index); in MMSYS_InstallDevice()
/reactos/base/applications/utilman/
H A Dutilman.c57 StringCchPrintfW(szFailLoad, _countof(szFailLoad), szFormat, GetLastError()); in wWinMain()
/reactos/base/system/diskpart/
H A Dpartlist.c107 StringCchPrintfW(KeyName, ARRAYSIZE(KeyName), in GetDriverName()
285 StringCchPrintfW(Name, ARRAYSIZE(Name), in EnumerateBiosDiskEntries()
297 StringCchPrintfW(Name, ARRAYSIZE(Name), in EnumerateBiosDiskEntries()
308 StringCchPrintfW(Name, ARRAYSIZE(Name), in EnumerateBiosDiskEntries()
321 StringCchPrintfW(Name, ARRAYSIZE(Name), in EnumerateBiosDiskEntries()
344 StringCchPrintfW(Name, ARRAYSIZE(Name), in EnumerateBiosDiskEntries()
858 StringCchPrintfW(Identifier, ARRAYSIZE(Identifier), in AddDiskToList()
1097 StringCchPrintfW(Buffer, ARRAYSIZE(Buffer), in CreatePartitionList()
1502 StringCchPrintfW(DstPath, ARRAYSIZE(DstPath), in WritePartitions()
1988 StringCchPrintfW(Buffer, ARRAYSIZE(Buffer), in DismountVolume()
/reactos/dll/shellext/zipfldr/
H A DDebug.cpp15 … if (!SUCCEEDED(StringCchPrintfW(LocalBuf, _countof(LocalBuf), L"Interface\\%s", InterfaceString))) in GetInterfaceName()
/reactos/base/applications/regedit/
H A Dregproc.c1198 StringCchPrintfW(buf, line_len + 4, L"\"%s\"=", str); in export_value_name()
1226 StringCchPrintfW(*buf, line_len + 3, L"\"%s\"", str); in export_string_data()
1237 StringCchPrintfW(*buf, 15, L"dword:%08x", *data); in export_dword_data()
1257 StringCchPrintfW(buf, 15, L"hex(%x):", type); in export_hex_data_type()
1289 StringCchPrintfW(*buf + pos, 3, L"%02x", ((BYTE *)data)[i]); in export_hex_data()
1356 StringCchPrintfW(subkey_path, path_len + subkey_len + 2, L"%s\\%s", path, subkey_name); in build_subkey_path()
1370 StringCchPrintfW(buf, lstrlenW(name) + 7, L"\r\n[%s]\r\n", name); in export_key_name()
/reactos/base/applications/fltmc/
H A Dfltmc.cpp154StringCchPrintfW(NumOfInstances, 16, L"%lu", FilterAggInfo->Type.MiniFilter.NumberOfInstances); in PrintFilterInfo()
164 StringCchPrintfW(Frame, 16, L"%lu", FilterAggInfo->Type.MiniFilter.FrameID); in PrintFilterInfo()
/reactos/modules/rostests/apitests/kernel32/
H A DDeviceIoControl.c235 Ret = StringCchPrintfW(Path, MAX_PATH, L"%c:\\", Current + L'A'); in START_TEST()
242 Ret = StringCchPrintfW(Path, MAX_PATH, L"\\\\?\\%c:", Current + L'A'); in START_TEST()
/reactos/sdk/lib/atl/
H A Datltrace.h198 StringCchPrintfW(szFile, _countof(szFile), ((sizeof(X_CHAR) == 2) ? L"%ls" : L"%hs"), file); in AtlTraceV()
201 StringCchPrintfW(szBuff, _countof(szBuff), (bUnicode ? L"%ls - " : L"%hs - "), cat.m_name); in AtlTraceV()
/reactos/base/applications/sndvol32/
H A Dadvanced.c41StringCchPrintfW(szCookedBuffer, ARRAYSIZE(szCookedBuffer), szRawBuffer, pData->Context->LineName); in OnInitDialog()
122StringCchPrintfW(szCookedBuffer, ARRAYSIZE(szCookedBuffer), szRawBuffer, Control[Index].szName); in OnInitDialog()
/reactos/base/applications/mspaint/
H A Dregistry.cpp149 StringCchPrintfW(szName, _countof(szName), L"File%u", i + 1); in Load()
233 StringCchPrintfW(szName, _countof(szName), L"File%u", iFile + 1); in Store()

1234