Home
last modified time | relevance | path

Searched refs:lpszFile (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dpath.c169 if (!lpszDir && !lpszFile) in PathCombineA()
176 if (lpszFile) in PathCombineA()
204 if (!lpszDir && !lpszFile) in PathCombineW()
210 if ((!lpszFile || !*lpszFile) && lpszDir) in PathCombineW()
217 if (!lpszDir || !*lpszDir || *lpszFile != '\\' || PathIsUNCW(lpszFile)) in PathCombineW()
244 strcatW(szTemp, lpszFile); in PathCombineW()
1234 strcpyW(lpszFile, buff); in SHLWAPI_PathFindInOtherDirs()
1242 strcpyW(lpszFile, buff); in SHLWAPI_PathFindInOtherDirs()
1314 if (!lpszFile || !PathIsFileSpecA(lpszFile)) in PathFindOnPathExA()
1357 if (!lpszFile || !PathIsFileSpecW(lpszFile)) in PathFindOnPathExW()
[all …]
H A Dordinal.c3452 UINT WINAPI DragQueryFileWrapW(HDROP hDrop, UINT lFile, LPWSTR lpszFile, UINT lLength) in DragQueryFileWrapW() argument
3454 return DragQueryFileW(hDrop, lFile, lpszFile, lLength); in DragQueryFileWrapW()
/reactos/dll/win32/shell32/wine/
H A Dshellole.c570 LPSTR lpszFile, in DragQueryFileA() argument
577 TRACE("(%p, %x, %p, %u)\n", hDrop,lFile,lpszFile,lLength); in DragQueryFileA()
586 if(lpszFile && lFile != 0xFFFFFFFF) { in DragQueryFileA()
595 WideCharToMultiByte(CP_ACP, 0, lpszFileW, -1, lpszFile, lLength, 0, NULL); in DragQueryFileA()
612 if (!lpszFile ) goto end; /* needed buffer size */ in DragQueryFileA()
613 lstrcpynA (lpszFile, lpDrop, lLength); in DragQueryFileA()
H A Dshell32_main.c854 HICON WINAPI ExtractIconA(HINSTANCE hInstance, LPCSTR lpszFile, UINT nIconIndex) in ExtractIconA() argument
857 INT len = MultiByteToWideChar(CP_ACP, 0, lpszFile, -1, NULL, 0); in ExtractIconA()
860 TRACE("%p %s %d\n", hInstance, lpszFile, nIconIndex); in ExtractIconA()
862 MultiByteToWideChar(CP_ACP, 0, lpszFile, -1, lpwstrFile, len); in ExtractIconA()
872 HICON WINAPI ExtractIconW(HINSTANCE hInstance, LPCWSTR lpszFile, UINT nIconIndex) in ExtractIconW() argument
878 TRACE("%p %s %d\n", hInstance, debugstr_w(lpszFile), nIconIndex); in ExtractIconW()
882 ret = PrivateExtractIconsW(lpszFile, 0, cx, cy, NULL, NULL, 0, LR_DEFAULTCOLOR); in ExtractIconW()
888 ret = PrivateExtractIconsW(lpszFile, nIconIndex, cx, cy, &hIcon, NULL, 1, LR_DEFAULTCOLOR); in ExtractIconW()
/reactos/dll/win32/shell32/
H A Diconcache.cpp849 UINT WINAPI ExtractIconExW(LPCWSTR lpszFile, INT nIconIndex, HICON * phiconLarge, HICON * phiconSma… in ExtractIconExW() argument
866 TRACE("%s %i %p %p %i\n", debugstr_w(lpszFile), nIconIndex, phiconLarge, phiconSmall, nIcons); in ExtractIconExW()
867 ret = PrivateExtractIconExW(lpszFile, nIconIndex, phiconLarge, phiconSmall, nIcons); in ExtractIconExW()
875 WARN("Invalid file or couldn't be found - %s\n", debugstr_w(lpszFile)); in ExtractIconExW()
885 UINT WINAPI ExtractIconExA(LPCSTR lpszFile, INT nIconIndex, HICON * phiconLarge, HICON * phiconSmal… in ExtractIconExA() argument
888 INT len = MultiByteToWideChar(CP_ACP, 0, lpszFile, -1, NULL, 0); in ExtractIconExA()
891 TRACE("%s %i %p %p %i\n", lpszFile, nIconIndex, phiconLarge, phiconSmall, nIcons); in ExtractIconExA()
895 MultiByteToWideChar(CP_ACP, 0, lpszFile, -1, lpwstrFile, len); in ExtractIconExA()
/reactos/sdk/include/psdk/
H A Dshellapi.h420 _Out_writes_opt_(cch) LPSTR lpszFile,
429 _Out_writes_opt_(cch) LPWSTR lpszFile,
465 _In_ LPCSTR lpszFile,
474 _In_ LPCWSTR lpszFile,
H A Doledlg.h156 LPSTR lpszFile; member
182 LPWSTR lpszFile; member
/reactos/base/applications/winhlp32/
H A Dwinhelp.c145 BOOL WINHELP_GetOpenFileName(LPSTR lpszFile, int len) in WINHELP_GetOpenFileName() argument
166 lpszFile[0]='\0'; in WINHELP_GetOpenFileName()
175 openfilename.lpstrFile = lpszFile; in WINHELP_GetOpenFileName()
211 HLPFILE* WINHELP_LookupHelpFile(LPCSTR lpszFile) in WINHELP_LookupHelpFile() argument
232 if (!SearchPathA(NULL, lpszFile, ".hlp", MAX_PATH, szFullName, NULL) && in WINHELP_LookupHelpFile()
233 !SearchPathA(szAddPath, lpszFile, ".hlp", MAX_PATH, szFullName, NULL)) in WINHELP_LookupHelpFile()
235 if (WINHELP_MessageBoxIDS_s(STID_FILE_NOT_FOUND_s, lpszFile, STID_WHERROR, in WINHELP_LookupHelpFile()
243 WINHELP_MessageBoxIDS_s(STID_HLPFILE_ERROR_s, lpszFile, in WINHELP_LookupHelpFile()
H A Dwinhelp.h173 HLPFILE* WINHELP_LookupHelpFile(LPCSTR lpszFile);
/reactos/base/shell/progman/
H A Ddialog.c91 DIALOG_BrowsePrograms(HWND hWnd, LPWSTR lpszFile, INT nMaxFile) in DIALOG_BrowsePrograms() argument
99 return DIALOG_Browse(hWnd, szzFilter, lpszFile, nMaxFile); in DIALOG_BrowsePrograms()
104 DIALOG_BrowseSymbols(HWND hWnd, LPWSTR lpszFile, INT nMaxFile) in DIALOG_BrowseSymbols() argument
115 return DIALOG_Browse(hWnd, szzFilter, lpszFile, nMaxFile); in DIALOG_BrowseSymbols()
/reactos/dll/win32/oledlg/
H A Dinsobjdlg.c474 if (pdlgInfo->lpOleUIInsertObject->lpszFile) in UIINSERTOBJECTDLG_OnOpen()
481 … pdlgInfo->lpOleUIInsertObject->lpszFile, pdlgInfo->lpOleUIInsertObject->cchFile, NULL, NULL); in UIINSERTOBJECTDLG_OnOpen()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h352 BOOL WINAPI PathFindOnPathExW(LPWSTR lpszFile, LPCWSTR *lppszOtherDirs, DWORD dwWhich);
H A Dundocshell.h433 LPVOID WINAPI PathCombineAW(LPVOID szDest, LPCVOID lpszDir, LPCVOID lpszFile);