Home
last modified time | relevance | path

Searched refs:lpstrFile (Results 1 – 25 of 50) sorted by relevance

12

/reactos/dll/win32/comdlg32/
H A Dfiledlg31.c348 if (!ofnW->lpstrFile) in FD31_UpdateResult()
354 p = PathFindFileNameW(ofnW->lpstrFile); in FD31_UpdateResult()
355 ofnW->nFileOffset = (p - ofnW->lpstrFile); in FD31_UpdateResult()
358 p = PathFindExtensionW(ofnW->lpstrFile); in FD31_UpdateResult()
371 ofnA->lpstrFile[ofnA->nMaxFile-1] = 0; in FD31_UpdateResult()
601 if (ofnW->lpstrFile) in FD31_Validate()
603 LPWSTR str = ofnW->lpstrFile; in FD31_Validate()
771 ofnW->lpstrFile = FD31_DupToW(ofnA->lpstrFile, ofnW->nMaxFile); in FD31_MapOfnStructA()
823 heap_free(ofnW->lpstrFile); in FD31_FreeOfnW()
1018 if (ofn->lpstrFile && ofn->lpstrFile[0]) in FD31_WMInitDialog()
[all …]
H A Dfiledlg.c569 if (ofn->lpstrFile) in init_filedlg_infoW()
599 if (ofn->lpstrFile) in init_filedlg_infoA()
603 MultiByteToWideChar(CP_ACP, 0, ofn->lpstrFile, ofn->nMaxFile, ofnW.lpstrFile, len); in init_filedlg_infoA()
646 heap_free(ofnW.lpstrFile); in init_filedlg_infoA()
768 if(PathIsRelativeW(lpstrFile)) in COMDLG32_GetCanonicalPath()
2356 ofn->lpstrFile[0] = '\0'; in FILEDLG95_OnOpenMultipleFiles()
2361 ofn->lpstrFile[0] = '\0'; in FILEDLG95_OnOpenMultipleFiles()
2421 if (ofn->lpstrFile != NULL) in FILEDLG95_OnOpenMultipleFiles()
2428 ofn->lpstrFile + nSizePath, in FILEDLG95_OnOpenMultipleFiles()
3382 ofn->lpstrFile[lstrlenW(ofn->lpstrFile) + 1] = '\0'; in FILEDLG95_OnOpen()
[all …]
H A Dcdlg.h201 void COMDLG32_GetCanonicalPath(PCIDLIST_ABSOLUTE pidlAbsCurrent, LPWSTR lpstrFile, LPWSTR lpstrPath…
/reactos/modules/rostests/winetests/comdlg32/
H A Dfiledlg.c106 ofn.lpstrFile = szFileName; in test_DialogCancel()
277 ofn.lpstrFile = filename; in test_create_view_window2()
294 ofn.lpstrFile = filename; in test_create_view_template()
529 ofn.lpstrFile = filename; in test_resize()
640 ofn.lpstrFile = filename; in test_ok()
835 ofn.lpstrFile = filename; in test_arrange()
1165 ofnA.lpstrFile = NULL; in test_null_filename()
1182 ofnA.lpstrFile = NULL; in test_null_filename()
1196 ofnW.lpstrFile = NULL; in test_null_filename()
1213 ofnW.lpstrFile = NULL; in test_null_filename()
[all …]
/reactos/dll/win32/setupapi/
H A Ddialog.c125 ofn.lpstrFile = HeapAlloc(GetProcessHeap(), 0, MAX_PATH*sizeof(WCHAR)); in promptdisk_browse()
126 strcpyW(ofn.lpstrFile, params->FileSought); in promptdisk_browse()
130 WCHAR* last_slash = strrchrW(ofn.lpstrFile, '\\'); in promptdisk_browse()
132 SetDlgItemTextW(hwnd, IDC_PATH, ofn.lpstrFile); in promptdisk_browse()
134 HeapFree(GetProcessHeap(), 0, ofn.lpstrFile); in promptdisk_browse()
/reactos/base/applications/regedit/
H A Dframewnd.c282 pofn->lpstrFile = FileNameBuffer; in InitOpenFileName()
383 regLoadResult = RegLoadKeyW(hRootKey, xPath, ofn.lpstrFile); in LoadHive()
462 FILE* fp = _wfopen(ofn.lpstrFile, L"rb"); in ImportRegistryFile()
470 InfoMessageBox(hWnd, MB_OK | MB_ICONERROR, szTitle, szText, ofn.lpstrFile); in ImportRegistryFile()
502 lResult = RegRestoreKey(hSubKey, ofn.lpstrFile, REG_FORCE_RESTORE); in ImportRegistryFile()
625 lResult = RegSaveKeyW(hSubKey, ofn.lpstrFile, NULL); in ExportRegistryFile()
632 if (DeleteFileW(ofn.lpstrFile)) in ExportRegistryFile()
635 lResult = RegSaveKeyW(hSubKey, ofn.lpstrFile, NULL); in ExportRegistryFile()
648 DeleteFileW(ofn.lpstrFile); in ExportRegistryFile()
668 if (!export_registry_key(ofn.lpstrFile, ExportKeyPath, in ExportRegistryFile()
[all …]
/reactos/modules/rosapps/applications/devutils/vgafontedit/
H A Dopensave.c45 ofn.lpstrFile = pszFileName; in DoOpenFile()
67 ofn.lpstrFile = pszFileName; in DoSaveFile()
/reactos/modules/rosapps/templates/old_wordpad/
H A Dopensave.c39 ofn.lpstrFile = szFileName; in DoOpenFile()
66 ofn.lpstrFile = szFileName; in DoSaveFile()
/reactos/win32ss/user/user32/misc/
H A Dexticon.c887 LPCSTR lpstrFile, in PrivateExtractIconsA() argument
897 INT len = MultiByteToWideChar(CP_ACP, 0, lpstrFile, -1, NULL, 0); in PrivateExtractIconsA()
904 MultiByteToWideChar(CP_ACP, 0, lpstrFile, -1, lpwstrFile, len); in PrivateExtractIconsA()
995 LPCSTR lpstrFile, in PrivateExtractIconExA() argument
1002 INT len = MultiByteToWideChar(CP_ACP, 0, lpstrFile, -1, NULL, 0); in PrivateExtractIconExA()
1009 TRACE("%s %d %p %p %d\n", lpstrFile, nIndex, phIconLarge, phIconSmall, nIcons); in PrivateExtractIconExA()
1011 MultiByteToWideChar(CP_ACP, 0, lpstrFile, -1, lpwstrFile, len); in PrivateExtractIconExA()
/reactos/base/applications/msconfig_new/
H A Dfileextractdialog.c133 ofn.lpstrFile = szPath; in FileExtractDialogWndProc()
207 ofn.lpstrFile = szPath; in FileExtractDialogWndProc()
/reactos/dll/win32/oledlg/
H A Dinsobjdlg.c528 fn.lpstrFile = fname; in UIINSERTOBJECTDLG_BrowseFile()
548 SendMessageA(pdlgInfo->hwndFileTB, WM_SETTEXT, 0, (LPARAM)fn.lpstrFile); in UIINSERTOBJECTDLG_BrowseFile()
572 fn.lpstrFile = fname; in UIINSERTOBJECTDLG_AddControl()
596 hMod = LoadLibraryA(fn.lpstrFile); in UIINSERTOBJECTDLG_AddControl()
/reactos/base/applications/notepad/
H A Ddialog.c444 openfilename.lpstrFile = szPath; in DIALOG_FileOpen()
450 if (FileExists(openfilename.lpstrFile)) in DIALOG_FileOpen()
451 DoOpenFile(openfilename.lpstrFile); in DIALOG_FileOpen()
453 AlertFileNotFound(openfilename.lpstrFile); in DIALOG_FileOpen()
548 saveas.lpstrFile = szPath; in DIALOG_FileSaveAs()
/reactos/dll/win32/shell32/dialogs/
H A Ddialogs.cpp301 ofn.lpstrFile = szText; in PickIconProc()
364 LPWSTR lpstrFile, in PickIconDlg() argument
374 StringCchCopyW(IconContext.szPath, _countof(IconContext.szPath), lpstrFile); in PickIconDlg()
375 ExpandEnvironmentStringsW(lpstrFile, szExpandedPath, _countof(szExpandedPath)); in PickIconDlg()
384 strText.Format(IDS_FILE_NOT_FOUND, lpstrFile); in PickIconDlg()
397 StringCchCopyW(lpstrFile, nMaxFile, IconContext.szPath); in PickIconDlg()
741 ofn.lpstrFile = szFName; in RunDlgProc()
/reactos/modules/rosapps/applications/sysutils/utils/infinst/
H A Dinfinst.c61 ofc.lpstrFile = FileName; in _tmain()
/reactos/dll/directx/wine/qcap/
H A Dcapturegraph.c219 LPCOLESTR lpstrFile, in fnCaptureGraphBuilder2_SetOutputFileName() argument
226 debugstr_guid(pType), debugstr_w(lpstrFile), ppf, ppSink); in fnCaptureGraphBuilder2_SetOutputFileName()
804 const GUID *pType, LPCOLESTR lpstrFile, in fnCaptureGraphBuilder_SetOutputFileName() argument
810 lpstrFile, ppf, ppSink); in fnCaptureGraphBuilder_SetOutputFileName()
/reactos/base/applications/mscutils/servman/
H A Dexport.c119 ofn.lpstrFile = szFileName; in ExportFile()
H A Dpropsheet_recovery.c357 ofn.lpstrFile = szFile; in BrowseFile()
/reactos/modules/rostests/tests/mdi/
H A Dmdi.c105 ofn.lpstrFile = szFileName; in DoFileOpen()
133 ofn.lpstrFile = szFileName; in DoFileSave()
/reactos/base/applications/fontview/
H A Dfontview.c153 fontOpen.lpstrFile = szFileName; in wWinMain()
162 fileName = fontOpen.lpstrFile; in wWinMain()
/reactos/base/applications/clipbrd/
H A Dclipbrd.c33 sfn.lpstrFile = szFileName; in SaveClipboardToFile()
90 ofn.lpstrFile = szFileName; in LoadClipboardFromFile()
/reactos/base/shell/progman/
H A Ddialog.c56 DIALOG_Browse(HWND hWnd, LPCWSTR lpszzFilter, LPWSTR lpstrFile, INT nMaxFile) in DIALOG_Browse() argument
69 openfilename.lpstrFile = lpstrFile; in DIALOG_Browse()
/reactos/sdk/include/psdk/
H A Dcommdlg.h336 LPSTR lpstrFile; member
367 LPWSTR lpstrFile; member
/reactos/modules/rosapps/applications/sysutils/screenshot/
H A Dscreenshot.c150 ofn.lpstrFile = szFileName; in DoSaveFile()
/reactos/base/applications/mspaint/
H A Dmain.cpp89 StringCchCopyW(pon->lpOFN->lpstrFile, pon->lpOFN->nMaxFile, Path); in OFNHookProc()
233 ofn.lpstrFile = pszFile; in GetOpenFileName()
277 sfn.lpstrFile = pszFile; in GetSaveFileName()
/reactos/subsystems/mvdm/ntvdm/
H A Demulator.c437 ofn.lpstrFile = szFile; in MountFloppy()

12