Searched refs:wszCmd (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shell32/wine/ |
H A D | control.c | 889 buffer = HeapAlloc(GetProcessHeap(), 0, (lstrlenW(wszCmd) + 1) * sizeof(*wszCmd)); in Control_DoLaunch() 892 end = lstrcpyW(buffer, wszCmd); in Control_DoLaunch() 990 SIZE_T nLen = lstrlenW(wszCmd); in Control_DoLaunch() 1006 if (quoted && wszCmd[i] != L'"') in Control_DoLaunch() 1008 switch (wszCmd[i]) in Control_DoLaunch() 1038 StringCchCopyNW(buffer, nLen + 1, wszCmd, pchLastUnquotedSpace - wszCmd); in Control_DoLaunch() 1057 pchSecondComma = wszCmd + nLen; in Control_DoLaunch() 1059 StringCchCopyNW(buffer, nLen + 1, wszCmd, pchFirstComma - wszCmd); in Control_DoLaunch() 1065 if (pchSecondComma != wszCmd + nLen) in Control_DoLaunch() 1200 if (wszCmd && MultiByteToWideChar(CP_ACP, 0, cmd, -1, wszCmd, len )) in Control_RunDLLA() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | COpenWithMenu.cpp | 40 WCHAR wszCmd[MAX_PATH]; member 140 dwSize = sizeof(pApp->wszCmd); in Load() 178 StringCbPrintfW(pApp->wszCmd, sizeof(pApp->wszCmd), L"\"%s\" \"%%1\"", pwszPath); in Add() 197 …if (RegSetValueEx(hKey, L"", 0, REG_SZ, (PBYTE)pApp->wszCmd, (wcslen(pApp->wszCmd)+1)*sizeof(WCHAR… in SaveApp() 222 if (!GetPathFromCmd(wszPath, pApp->wszCmd)) in GetName() 239 GetPathFromCmd(wszPath, pApp->wszCmd); in GetIcon() 342 GetPathFromCmd(wszPath, pApp->wszCmd); in LoadInfo() 551 WCHAR wszCmd[MAX_PATH], wszPath[MAX_PATH]; in LoadFromProgIdKey() local 562 dwSize = sizeof(wszCmd); in LoadFromProgIdKey() 566 GetPathFromCmd(wszPath, wszCmd); in LoadFromProgIdKey() [all …]
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drvdefext.cpp | 553 WCHAR wszCmd[MAX_PATH]; in GeneralPageProc() local 555 StringCbPrintfW(wszCmd, sizeof(wszCmd), wszBuf, pDrvDefExt->m_wszDrive[0]); in GeneralPageProc() 557 if (ShellExecuteW(hwndDlg, NULL, wszCmd, NULL, NULL, SW_SHOW) <= (HINSTANCE)32) in GeneralPageProc() 558 ERR("Failed to create cleanup process %ls\n", wszCmd); in GeneralPageProc() 628 WCHAR wszCmd[MAX_PATH]; in ExtraPageProc() local 630 StringCbPrintfW(wszCmd, sizeof(wszCmd), wszBuf, pDrvDefExt->m_wszDrive[0]); in ExtraPageProc() 632 … if (ShellExecuteW(hwndDlg, NULL, wszCmd, NULL, NULL, SW_SHOW) <= (HINSTANCE)32) in ExtraPageProc() 633 ERR("Failed to create defrag process %ls\n", wszCmd); in ExtraPageProc()
|
/reactos/dll/shellext/netshell/ |
H A D | lanconnectui.cpp | 394 WCHAR wszCmd[2*MAX_PATH]; in LANPropertiesUIDlg() local 395 …StringCbPrintfW(wszCmd, sizeof(wszCmd), L"rundll32.exe devmgr.dll,DeviceProperties_RunDLL /DeviceI… in LANPropertiesUIDlg() 402 if (!CreateProcessW(NULL, wszCmd, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) in LANPropertiesUIDlg()
|