Home
last modified time | relevance | path

Searched refs:lpszArgs (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dpath.c762 LPSTR lpszArgs = PathGetArgsA(lpszPath); in PathRemoveArgsA() local
763 if (*lpszArgs) in PathRemoveArgsA()
764 lpszArgs[-1] = '\0'; in PathRemoveArgsA()
767 LPSTR lpszLastChar = CharPrevA(lpszPath, lpszArgs); in PathRemoveArgsA()
785 LPWSTR lpszArgs = PathGetArgsW(lpszPath); in PathRemoveArgsW() local
786 if (*lpszArgs || (lpszArgs > lpszPath && lpszArgs[-1] == ' ')) in PathRemoveArgsW()
787 lpszArgs[-1] = '\0'; in PathRemoveArgsW()
/reactos/dll/win32/shell32/
H A DCShellLink.cpp2982 LPWSTR lpszArgs = NULL; in OnNotify() local
2988 lpszArgs = PathGetArgsW(unquoted); in OnNotify()
2990 StrTrimW(lpszArgs, L" "); in OnNotify()
3013 if (lpszArgs) in OnNotify()
3014 SetArguments(lpszArgs); in OnNotify()