Home
last modified time | relevance | path

Searched refs:lpszCmdLine (Results 1 – 25 of 44) sorted by relevance

12

/reactos/base/applications/msconfig_new/
H A Dtoolspage.cpp204 BuildCommandLine(LPWSTR lpszDest, LPCWSTR lpszCmdLine, LPCWSTR lpszParam, size_t bufSize) in BuildCommandLine() argument
209 if (lpszCmdLine && *lpszCmdLine) in BuildCommandLine()
211 numOfChars += ExpandEnvironmentStringsW(lpszCmdLine, NULL, 0); in BuildCommandLine()
213 …ExpandEnvironmentStringsW(lpszCmdLine, lpszDest, (DWORD)bufSize); // TODO: size_t to DWORD convers… in BuildCommandLine()
245 LPWSTR lpszCmdLine = NULL; in Update_States() local
268 lpszCmdLine = (LPWSTR)MemAlloc(0, numOfChars * sizeof(WCHAR)); in Update_States()
269 BuildCommandLine(lpszCmdLine, tool->m_Command, tool->m_AdvParam, numOfChars); in Update_States()
274 lpszCmdLine = (LPWSTR)MemAlloc(0, numOfChars * sizeof(WCHAR)); in Update_States()
275 BuildCommandLine(lpszCmdLine, tool->m_Command, tool->m_DefParam, numOfChars); in Update_States()
278 SendDlgItemMessage(hToolsPage, IDC_TOOLS_CMDLINE, WM_SETTEXT, 0, (LPARAM)lpszCmdLine); in Update_States()
[all …]
H A Dfileutils.c25 LPWSTR lpszCmdLine; in MyFileExists() local
29 lpszCmdLine = (LPWSTR)MemAlloc(0, dwNumOfChars * sizeof(WCHAR)); in MyFileExists()
30 ExpandEnvironmentStringsW(lpszFilePath, lpszCmdLine, dwNumOfChars); in MyFileExists()
32 search = FindFirstFileW(lpszCmdLine, &find_data); in MyFileExists()
33 MemFree(lpszCmdLine); in MyFileExists()
/reactos/dll/win32/streamci/
H A Dstreamci.c184 IN LPWSTR lpszCmdLine, in StreamingDeviceSetupW() argument
195 Length = (wcslen(lpszCmdLine) + 1) * sizeof(WCHAR); in StreamingDeviceSetupW()
204 hResult = StringCbCopyExW(pCmdLine, Length, lpszCmdLine, NULL, NULL, STRSAFE_NULL_ON_FAILURE); in StreamingDeviceSetupW()
/reactos/base/shell/progman/
H A Dprogram.c158 INT x, INT y, LPCWSTR lpszCmdLine, LPCWSTR lpszIconFile, INT nIconIndex, in PROGRAM_AddProgram() argument
173 hCmdLine = Alloc(HEAP_ZERO_MEMORY, (wcslen(lpszCmdLine) + 1) * sizeof(WCHAR)); in PROGRAM_AddProgram()
187 memcpy(hCmdLine , lpszCmdLine , (wcslen(lpszCmdLine) + 1) * sizeof(WCHAR)); in PROGRAM_AddProgram()
H A Ddialog.c704 LPWSTR lpszCmdLine; member
744 SetDlgItemTextW(hDlg, PM_COMMAND_LINE, pProgramAttributes->lpszCmdLine); in DIALOG_PROGRAM_DlgProc()
758 …(!GetBinaryTypeW(pProgramAttributes->lpszCmdLine, &dwBinaryType) || dwBinaryType != SCS_WOW_BINARY… in DIALOG_PROGRAM_DlgProc()
834 …GetDlgItemTextW(hDlg, PM_COMMAND_LINE, pProgramAttributes->lpszCmdLine, pProgramAttributes->nSize); in DIALOG_PROGRAM_DlgProc()
864 DIALOG_ProgramAttributes(LPWSTR lpszTitle, LPWSTR lpszCmdLine, LPWSTR lpszWorkDir, LPWSTR lpszIconF… in DIALOG_ProgramAttributes() argument
875 ProgramAttributes.lpszCmdLine = lpszCmdLine; in DIALOG_ProgramAttributes()
H A Dprogman.h230 INT x, INT y, LPCWSTR lpszCmdLine, LPCWSTR lpszIconFile, INT nIconIndex,
243 BOOL DIALOG_ProgramAttributes(LPWSTR lpszTitle, LPWSTR lpszCmdLine, LPWSTR lpszWorkDir, LPWSTR lpsz…
H A Dgrpfile.c250 LPCSTR lpszName, lpszCmdLine, lpszIconFile, lpszWorkDir;
296 lpszCmdLine = buffer + GET_USHORT(program_ptr, 20);
300 lpszCmdLine > buffer + size ||
347 lpszCmdLine, lpszIconFile,
/reactos/base/system/logonui/
H A Dlogonui.c139 IN LPWSTR lpszCmdLine, in wWinMain() argument
154 lpArgs = CommandLineToArgvW(lpszCmdLine, &NumArgs); in wWinMain()
/reactos/dll/shellext/shellbtrfs/
H A Dscrub.cpp486 extern "C" void CALLBACK ShowScrubW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { in ShowScrubW() argument
507 BtrfsScrub scrub(lpszCmdLine); in ShowScrubW()
515 extern "C" void CALLBACK StartScrubW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { in StartScrubW() argument
518 command_line_to_args(lpszCmdLine, args); in StartScrubW()
551 extern "C" void CALLBACK StopScrubW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { in StopScrubW() argument
554 command_line_to_args(lpszCmdLine, args); in StopScrubW()
H A Ddevices.cpp849 void CALLBACK AddDeviceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { argument
870 BtrfsDeviceAdd bda(hinst, hwnd, lpszCmdLine);
877 void CALLBACK RemoveDeviceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { argument
902 s = wcsstr(lpszCmdLine, L"|");
908 vol = lpszCmdLine;
938 void CALLBACK ResizeDeviceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { argument
961 s = wcsstr(lpszCmdLine, L"|");
967 vol = lpszCmdLine;
H A Dmain.cpp590 extern "C" void CALLBACK CreateSubvolW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow… in CreateSubvolW() argument
593 command_line_to_args(lpszCmdLine, args); in CreateSubvolW()
636 extern "C" void CALLBACK CreateSnapshotW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdSh… in CreateSnapshotW() argument
639 command_line_to_args(lpszCmdLine, args); in CreateSnapshotW()
H A Dsend.cpp535 extern "C" void CALLBACK SendSubvolGUIW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdSho… in SendSubvolGUIW() argument
558 bs.Open(hwnd, lpszCmdLine); in SendSubvolGUIW()
677 extern "C" void CALLBACK SendSubvolW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow) { in SendSubvolW() argument
682 command_line_to_args(lpszCmdLine, args); in SendSubvolW()
H A Dbalance.cpp1066 extern "C" void CALLBACK StartBalanceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow… in StartBalanceW() argument
1074 s = wcsstr(lpszCmdLine, L" "); in StartBalanceW()
1080 vol = lpszCmdLine; in StartBalanceW()
1127 extern "C" void CALLBACK PauseBalanceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow… in PauseBalanceW() argument
1146 …h = CreateFileW(lpszCmdLine, FILE_TRAVERSE, FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE… in PauseBalanceW()
1174 extern "C" void CALLBACK StopBalanceW(HWND hwnd, HINSTANCE hinst, LPWSTR lpszCmdLine, int nCmdShow)… in StopBalanceW() argument
1193 …h = CreateFileW(lpszCmdLine, FILE_TRAVERSE, FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE… in StopBalanceW()
/reactos/modules/rostests/tests/dirdlg/
H A Ddirdlg.c104 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/popupmenu/
H A Dpopupmenu.c11 LPSTR lpszCmdLine, in WinMain() argument
/reactos/dll/appcompat/apphelp/
H A Dapphelp.c459 BOOL WINAPI ShimDumpCache(HWND hwnd, HINSTANCE hInstance, LPCSTR lpszCmdLine, int nCmdShow) in ShimDumpCache() argument
474 BOOL WINAPI ShimFlushCache(HWND hwnd, HINSTANCE hInstance, LPCSTR lpszCmdLine, int nCmdShow) in ShimFlushCache() argument
/reactos/modules/rostests/tests/multiwin/
H A Dmultiwin.c10 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/accelerator/
H A Daccelerator.c32 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/carets/
H A Dcarets.c18 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/enhmetafile/
H A Denhmetafile.c13 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/lineclip/
H A Dlineclip.c9 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/linetest/
H A Dlinetest.c14 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/guithreadinfo/
H A Dguithreadinfo.c12 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/enumwnd/
H A Denumwnd.c23 LPSTR lpszCmdLine, in WinMain() argument
/reactos/modules/rostests/tests/gradient/
H A Dgradient.c13 LPSTR lpszCmdLine, in WinMain() argument

12