ReactOS 0.4.15-dev-7934-g1dc8d80
filedlgbrowser.h File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "shlobj.h"
#include "objbase.h"
#include "commdlg.h"
Include dependency graph for filedlgbrowser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FileOpenDlgInfos
 

Macros

#define FODPROP_SAVEDLG   0x0001 /* File dialog is a Save file dialog */
 
#define FODPROP_USEVIEW
 
#define IDS_FILENOTFOUND   114
 
#define IDS_VERIFYFILE   115
 
#define IDS_CREATEFILE   116
 
#define IDS_OVERWRITEFILE   119
 
#define IDS_INVALID_FILENAME_TITLE   120
 
#define IDS_INVALID_FILENAME   121
 
#define IDS_PATHNOTEXISTING   122
 
#define IDS_FILENOTEXISTING   123
 
#define IDS_INVALID_FOLDERNAME   124
 
#define IDS_UPFOLDER   150
 
#define IDS_NEWFOLDER   151
 
#define IDS_LISTVIEW   152
 
#define IDS_REPORTVIEW   153
 
#define IDS_TODESKTOP   154
 
#define IDC_OPENREADONLY   chx1
 
#define IDC_TOOLBARSTATIC   stc1
 
#define IDC_FILETYPESTATIC   stc2
 
#define IDC_FILENAMESTATIC   stc3
 
#define IDC_LOOKINSTATIC   stc4
 
#define IDC_SHELLSTATIC   lst1
 
#define IDC_FILETYPE   cmb1
 
#define IDC_LOOKIN   cmb2
 
#define IDC_FILENAME   edt1
 
#define IDC_TOOLBAR   1
 
#define IDC_TOOLBARPLACES   ctl1
 

Functions

IShellBrowserIShellBrowserImpl_Construct (HWND hwndOwner) DECLSPEC_HIDDEN
 
LPITEMIDLIST GetPidlFromDataObject (IDataObject *doSelected, UINT nPidlIndex) DECLSPEC_HIDDEN
 
void FILEDLG95_FILENAME_FillFromSelection (HWND hwnd) DECLSPEC_HIDDEN
 
FileOpenDlgInfosget_filedlg_infoptr (HWND hwnd) DECLSPEC_HIDDEN
 
IShellFolderGetShellFolderFromPidl (LPITEMIDLIST pidlAbs) DECLSPEC_HIDDEN
 
LPITEMIDLIST GetParentPidl (LPITEMIDLIST pidl) DECLSPEC_HIDDEN
 
int FILEDLG95_LOOKIN_SelectItem (HWND hwnd, LPITEMIDLIST pidl) DECLSPEC_HIDDEN
 
LRESULT SendCustomDlgNotificationMessage (HWND hwndParentDlg, UINT uCode) DECLSPEC_HIDDEN
 

Macro Definition Documentation

◆ FODPROP_SAVEDLG

#define FODPROP_SAVEDLG   0x0001 /* File dialog is a Save file dialog */

Definition at line 42 of file filedlgbrowser.h.

◆ FODPROP_USEVIEW

#define FODPROP_USEVIEW
Value:
0x0002 /* Indicates the user selection must be taken
from the IShellView */

Definition at line 43 of file filedlgbrowser.h.

◆ IDC_FILENAME

#define IDC_FILENAME   edt1

Definition at line 139 of file filedlgbrowser.h.

◆ IDC_FILENAMESTATIC

#define IDC_FILENAMESTATIC   stc3

Definition at line 131 of file filedlgbrowser.h.

◆ IDC_FILETYPE

#define IDC_FILETYPE   cmb1

Definition at line 136 of file filedlgbrowser.h.

◆ IDC_FILETYPESTATIC

#define IDC_FILETYPESTATIC   stc2

Definition at line 130 of file filedlgbrowser.h.

◆ IDC_LOOKIN

#define IDC_LOOKIN   cmb2

Definition at line 137 of file filedlgbrowser.h.

◆ IDC_LOOKINSTATIC

#define IDC_LOOKINSTATIC   stc4

Definition at line 132 of file filedlgbrowser.h.

◆ IDC_OPENREADONLY

#define IDC_OPENREADONLY   chx1

Definition at line 127 of file filedlgbrowser.h.

◆ IDC_SHELLSTATIC

#define IDC_SHELLSTATIC   lst1

Definition at line 134 of file filedlgbrowser.h.

◆ IDC_TOOLBAR

#define IDC_TOOLBAR   1

Definition at line 141 of file filedlgbrowser.h.

◆ IDC_TOOLBARPLACES

#define IDC_TOOLBARPLACES   ctl1

Definition at line 142 of file filedlgbrowser.h.

◆ IDC_TOOLBARSTATIC

#define IDC_TOOLBARSTATIC   stc1

Definition at line 129 of file filedlgbrowser.h.

◆ IDS_CREATEFILE

#define IDS_CREATEFILE   116

Definition at line 111 of file filedlgbrowser.h.

◆ IDS_FILENOTEXISTING

#define IDS_FILENOTEXISTING   123

Definition at line 116 of file filedlgbrowser.h.

◆ IDS_FILENOTFOUND

#define IDS_FILENOTFOUND   114

Definition at line 109 of file filedlgbrowser.h.

◆ IDS_INVALID_FILENAME

#define IDS_INVALID_FILENAME   121

Definition at line 114 of file filedlgbrowser.h.

◆ IDS_INVALID_FILENAME_TITLE

#define IDS_INVALID_FILENAME_TITLE   120

Definition at line 113 of file filedlgbrowser.h.

◆ IDS_INVALID_FOLDERNAME

#define IDS_INVALID_FOLDERNAME   124

Definition at line 117 of file filedlgbrowser.h.

◆ IDS_LISTVIEW

#define IDS_LISTVIEW   152

Definition at line 123 of file filedlgbrowser.h.

◆ IDS_NEWFOLDER

#define IDS_NEWFOLDER   151

Definition at line 122 of file filedlgbrowser.h.

◆ IDS_OVERWRITEFILE

#define IDS_OVERWRITEFILE   119

Definition at line 112 of file filedlgbrowser.h.

◆ IDS_PATHNOTEXISTING

#define IDS_PATHNOTEXISTING   122

Definition at line 115 of file filedlgbrowser.h.

◆ IDS_REPORTVIEW

#define IDS_REPORTVIEW   153

Definition at line 124 of file filedlgbrowser.h.

◆ IDS_TODESKTOP

#define IDS_TODESKTOP   154

Definition at line 125 of file filedlgbrowser.h.

◆ IDS_UPFOLDER

#define IDS_UPFOLDER   150

Definition at line 121 of file filedlgbrowser.h.

◆ IDS_VERIFYFILE

#define IDS_VERIFYFILE   115

Definition at line 110 of file filedlgbrowser.h.

Function Documentation

◆ FILEDLG95_FILENAME_FillFromSelection()

void FILEDLG95_FILENAME_FillFromSelection ( HWND  hwnd)

Definition at line 4303 of file filedlg.c.

4304{
4306 LPITEMIDLIST pidl;
4307 LPWSTR lpstrAllFiles, lpstrTmp;
4308 UINT nFiles = 0, nFileToOpen, nFileSelected, nAllFilesLength = 0, nThisFileLength, nAllFilesMaxLength;
4309 STGMEDIUM medium;
4310 LPIDA cida;
4311 FORMATETC formatetc = get_def_format();
4312
4313 TRACE("\n");
4314
4315 if (FAILED(IDataObject_GetData(fodInfos->Shell.FOIDataObject, &formatetc, &medium)))
4316 return;
4317
4318 cida = GlobalLock(medium.u.hGlobal);
4319 nFileSelected = cida->cidl;
4320
4321 /* Allocate a buffer */
4322 nAllFilesMaxLength = MAX_PATH + 3;
4323 lpstrAllFiles = heap_alloc_zero(nAllFilesMaxLength * sizeof(WCHAR));
4324 if (!lpstrAllFiles)
4325 goto ret;
4326
4327 /* Loop through the selection, handle only files (not folders) */
4328 for (nFileToOpen = 0; nFileToOpen < nFileSelected; nFileToOpen++)
4329 {
4330 pidl = (LPITEMIDLIST)((LPBYTE)cida + cida->aoffset[nFileToOpen + 1]);
4331 if (pidl)
4332 {
4333 if (!IsPidlFolder(fodInfos->Shell.FOIShellFolder, pidl))
4334 {
4335 if (nAllFilesLength + MAX_PATH + 3 > nAllFilesMaxLength)
4336 {
4337 nAllFilesMaxLength *= 2;
4338 lpstrTmp = HeapReAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, lpstrAllFiles, nAllFilesMaxLength * sizeof(WCHAR));
4339 if (!lpstrTmp)
4340 goto ret;
4341 lpstrAllFiles = lpstrTmp;
4342 }
4343 nFiles += 1;
4344 lpstrAllFiles[nAllFilesLength++] = '"';
4345 GetName(fodInfos->Shell.FOIShellFolder, pidl, SHGDN_INFOLDER | SHGDN_FORPARSING, lpstrAllFiles + nAllFilesLength);
4346 nThisFileLength = lstrlenW(lpstrAllFiles + nAllFilesLength);
4347 nAllFilesLength += nThisFileLength;
4348 lpstrAllFiles[nAllFilesLength++] = '"';
4349 lpstrAllFiles[nAllFilesLength++] = ' ';
4350 }
4351 }
4352 }
4353
4354 if (nFiles != 0)
4355 {
4356 /* If there's only one file, use the name as-is without quotes */
4357 lpstrTmp = lpstrAllFiles;
4358 if (nFiles == 1)
4359 {
4360 lpstrTmp += 1;
4361 lpstrTmp[nThisFileLength] = 0;
4362 }
4363 SetWindowTextW(fodInfos->DlgInfos.hwndFileName, lpstrTmp);
4364 /* Select the file name like Windows does */
4365 if (filename_is_edit(fodInfos))
4366 SendMessageW(fodInfos->DlgInfos.hwndFileName, EM_SETSEL, 0, -1);
4367 }
4368
4369ret:
4370 heap_free(lpstrAllFiles);
4372}
static BOOL heap_free(void *mem)
Definition: appwiz.h:76
static HRESULT GetName(LPSHELLFOLDER lpsf, LPITEMIDLIST pidl, DWORD dwFlags, LPWSTR lpstrFileName)
Definition: filedlg.c:4527
static FORMATETC get_def_format(void)
Definition: filedlg.c:4284
FileOpenDlgInfos * get_filedlg_infoptr(HWND hwnd)
Definition: filedlg.c:229
static BOOL IsPidlFolder(LPSHELLFOLDER psf, LPCITEMIDLIST pidl)
Definition: filedlg.c:4628
static BOOL filename_is_edit(const FileOpenDlgInfos *info)
Definition: filedlg.c:1662
static void COMCTL32_ReleaseStgMedium(STGMEDIUM medium)
Definition: filedlg.c:4441
#define GetProcessHeap()
Definition: compat.h:736
#define HeapReAlloc
Definition: compat.h:734
#define MAX_PATH
Definition: compat.h:34
#define HEAP_ZERO_MEMORY
Definition: compat.h:134
#define lstrlenW
Definition: compat.h:750
LPVOID NTAPI GlobalLock(HGLOBAL hMem)
Definition: heapmem.c:755
#define FAILED(hr)
Definition: intsafe.h:51
unsigned int UINT
Definition: ndis.h:50
ITEMIDLIST UNALIGNED * LPITEMIDLIST
Definition: shtypes.idl:41
#define TRACE(s)
Definition: solgame.cpp:4
Definition: shlobj.h:565
UINT aoffset[1]
Definition: shlobj.h:566
UINT cidl
Definition: shlobj.h:565
struct FileOpenDlgInfos::@344 Shell
struct FileOpenDlgInfos::@346 DlgInfos
unsigned char * LPBYTE
Definition: typedefs.h:53
int ret
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
BOOL WINAPI SetWindowTextW(_In_ HWND, _In_opt_ LPCWSTR)
#define EM_SETSEL
Definition: winuser.h:2018
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
__wchar_t WCHAR
Definition: xmlstorage.h:180
WCHAR * LPWSTR
Definition: xmlstorage.h:184

Referenced by IShellBrowserImpl_OnSelChange().

◆ FILEDLG95_LOOKIN_SelectItem()

int FILEDLG95_LOOKIN_SelectItem ( HWND  hwnd,
LPITEMIDLIST  pidl 
)

Definition at line 4149 of file filedlg.c.

4150{
4151 int iItemPos;
4152 LookInInfos *liInfos;
4153
4154 TRACE("%p, %p\n", hwnd, pidl);
4155
4157
4158 liInfos = GetPropA(hwnd,LookInInfosStr);
4159
4160 if(iItemPos < 0)
4161 {
4164 }
4165
4166 else
4167 {
4168 SFOLDER *tmpFolder = (LPSFOLDER) CBGetItemDataPtr(hwnd,iItemPos);
4169 while(liInfos->iMaxIndentation > tmpFolder->m_iIndent)
4170 {
4171 int iRemovedItem;
4172
4173 if(-1 == (iRemovedItem = FILEDLG95_LOOKIN_RemoveMostExpandedItem(hwnd)))
4174 break;
4175 if(iRemovedItem < iItemPos)
4176 iItemPos--;
4177 }
4178 }
4179
4180 SendMessageW(hwnd, CB_SETCURSEL, iItemPos, 0);
4181 liInfos->uSelectedItem = iItemPos;
4182
4183 return 0;
4184
4185}
#define SEARCH_PIDL
Definition: filedlg.c:195
static int FILEDLG95_LOOKIN_RemoveMostExpandedItem(HWND hwnd)
Definition: filedlg.c:4192
static int FILEDLG95_LOOKIN_SearchItem(HWND hwnd, WPARAM searchArg, int iSearchMethod)
Definition: filedlg.c:4222
static const char LookInInfosStr[]
Definition: filedlg.c:217
static int FILEDLG95_LOOKIN_InsertItemAfterParent(HWND hwnd, LPITEMIDLIST pidl)
Definition: filedlg.c:4120
struct SFolder * LPSFOLDER
#define CBGetItemDataPtr(hwnd, iItemId)
Definition: filedlg.c:214
int m_iIndent
Definition: filedlg.c:100
UINT uSelectedItem
Definition: filedlg.c:108
int iMaxIndentation
Definition: filedlg.c:107
UINT_PTR WPARAM
Definition: windef.h:207
HANDLE WINAPI GetPropA(_In_ HWND, _In_ LPCSTR)
#define CB_SETCURSEL
Definition: winuser.h:1961

Referenced by IShellBrowserImpl_BrowseObject().

◆ get_filedlg_infoptr()

◆ GetParentPidl()

LPITEMIDLIST GetParentPidl ( LPITEMIDLIST  pidl)

Definition at line 4584 of file filedlg.c.

4585{
4586 LPITEMIDLIST pidlParent;
4587
4588 TRACE("%p\n", pidl);
4589
4590 pidlParent = ILClone(pidl);
4591 ILRemoveLastID(pidlParent);
4592
4593 return pidlParent;
4594}
LPITEMIDLIST WINAPI ILClone(LPCITEMIDLIST pidl)
Definition: pidl.c:237
BOOL WINAPI ILRemoveLastID(LPITEMIDLIST pidl)
Definition: pidl.c:221

Referenced by FILEDLG95_LOOKIN_InsertItemAfterParent(), and IShellBrowserImpl_BrowseObject().

◆ GetPidlFromDataObject()

LPITEMIDLIST GetPidlFromDataObject ( IDataObject doSelected,
UINT  nPidlIndex 
)

Definition at line 4461 of file filedlg.c.

4462{
4463
4464 STGMEDIUM medium;
4465 FORMATETC formatetc = get_def_format();
4466 LPITEMIDLIST pidl = NULL;
4467
4468 TRACE("sv=%p index=%u\n", doSelected, nPidlIndex);
4469
4470 if (!doSelected)
4471 return NULL;
4472
4473 /* Get the pidls from IDataObject */
4474 if(SUCCEEDED(IDataObject_GetData(doSelected,&formatetc,&medium)))
4475 {
4476 LPIDA cida = GlobalLock(medium.u.hGlobal);
4477 if(nPidlIndex <= cida->cidl)
4478 {
4479 pidl = ILClone((LPITEMIDLIST)(&((LPBYTE)cida)[cida->aoffset[nPidlIndex]]));
4480 }
4482 }
4483 return pidl;
4484}
#define NULL
Definition: types.h:112
#define SUCCEEDED(hr)
Definition: intsafe.h:50

Referenced by BrowseSelectedFolder(), and IShellBrowserImpl_ICommDlgBrowser_OnDefaultCommand().

◆ GetShellFolderFromPidl()

IShellFolder * GetShellFolderFromPidl ( LPITEMIDLIST  pidlAbs)

Definition at line 4556 of file filedlg.c.

4557{
4558 IShellFolder *psf = NULL,*psfParent;
4559
4560 TRACE("%p\n", pidlAbs);
4561
4562 if(SUCCEEDED(SHGetDesktopFolder(&psfParent)))
4563 {
4564 psf = psfParent;
4565 if(pidlAbs && pidlAbs->mkid.cb)
4566 {
4567 if(SUCCEEDED(IShellFolder_BindToObject(psfParent, pidlAbs, NULL, &IID_IShellFolder, (LPVOID*)&psf)))
4568 {
4569 IShellFolder_Release(psfParent);
4570 return psf;
4571 }
4572 }
4573 /* return the desktop */
4574 return psfParent;
4575 }
4576 return NULL;
4577}
HRESULT WINAPI SHGetDesktopFolder(IShellFolder **psf)

Referenced by IShellBrowserImpl_BrowseObject().

◆ IShellBrowserImpl_Construct()

IShellBrowser * IShellBrowserImpl_Construct ( HWND  hwndOwner)

Definition at line 199 of file filedlgbrowser.c.

200{
201 FileOpenDlgInfos *fodInfos = get_filedlg_infoptr(hwndOwner);
203
204 sb = heap_alloc(sizeof(*sb));
205
206 /* Initialisation of the member variables */
207 sb->ref=1;
208 sb->hwndOwner = hwndOwner;
209
210 /* Initialisation of the vTables */
211 sb->IShellBrowser_iface.lpVtbl = &IShellBrowserImpl_Vtbl;
212 sb->ICommDlgBrowser_iface.lpVtbl = &IShellBrowserImpl_ICommDlgBrowser_Vtbl;
213 sb->IServiceProvider_iface.lpVtbl = &IShellBrowserImpl_IServiceProvider_Vtbl;
215 &fodInfos->ShellInfos.pidlAbsCurrent);
216
217 TRACE("%p\n", sb);
218
219 return &sb->IShellBrowser_iface;
220}
static void * heap_alloc(size_t len)
Definition: appwiz.h:66
HRESULT WINAPI SHGetSpecialFolderLocation(HWND hwndOwner, INT nFolder, LPITEMIDLIST *ppidl)
Definition: shellpath.c:3225
superblock * sb
Definition: btrfs.c:4261
static const ICommDlgBrowserVtbl IShellBrowserImpl_ICommDlgBrowser_Vtbl
static const IShellBrowserVtbl IShellBrowserImpl_Vtbl
static const IServiceProviderVtbl IShellBrowserImpl_IServiceProvider_Vtbl
#define CSIDL_DESKTOP
Definition: shlobj.h:2158
struct FileOpenDlgInfos::@345 ShellInfos
Implementation of IShellBrowser and ICommDlgBrowser interfaces for explorer child windows (see ShellB...

◆ SendCustomDlgNotificationMessage()

LRESULT SendCustomDlgNotificationMessage ( HWND  hwndParentDlg,
UINT  uCode 
)

Definition at line 1086 of file filedlg.c.

1087{
1088 FileOpenDlgInfos *fodInfos = get_filedlg_infoptr(hwndParentDlg);
1089 LRESULT hook_result;
1090 OFNOTIFYW ofnNotify;
1091
1092 TRACE("%p %d\n", hwndParentDlg, uCode);
1093
1094 if (!fodInfos || !fodInfos->DlgInfos.hwndCustomDlg)
1095 return 0;
1096
1097 TRACE("CALL NOTIFY for %d\n", uCode);
1098
1099 ofnNotify.hdr.hwndFrom = hwndParentDlg;
1100 ofnNotify.hdr.idFrom = 0;
1101 ofnNotify.hdr.code = uCode;
1102 ofnNotify.lpOFN = fodInfos->ofnInfos;
1103 ofnNotify.pszFile = NULL;
1104
1105 if (fodInfos->unicode)
1106 hook_result = SendMessageW(fodInfos->DlgInfos.hwndCustomDlg, WM_NOTIFY, 0, (LPARAM)&ofnNotify);
1107 else
1108 hook_result = SendMessageA(fodInfos->DlgInfos.hwndCustomDlg, WM_NOTIFY, 0, (LPARAM)&ofnNotify);
1109
1110 TRACE("RET NOTIFY retval %#lx\n", hook_result);
1111
1112 return hook_result;
1113}
#define WM_NOTIFY
Definition: richedit.h:61
LPOPENFILENAMEW ofnInfos
NMHDR hdr
Definition: commdlg.h:411
LPWSTR pszFile
Definition: commdlg.h:413
LPOPENFILENAMEW lpOFN
Definition: commdlg.h:412
UINT_PTR idFrom
Definition: winuser.h:3158
UINT code
Definition: winuser.h:3159
HWND hwndFrom
Definition: winuser.h:3157
LONG_PTR LPARAM
Definition: windef.h:208
LONG_PTR LRESULT
Definition: windef.h:209
LRESULT WINAPI SendMessageA(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)

Referenced by BrowseSelectedFolder(), FILEDLG95_FILETYPE_OnCommand(), FILEDLG95_LOOKIN_OnCommand(), FILEDLG95_OnOpen(), FILEDLG95_SendFileOK(), FILEDLG95_SHELL_UpFolder(), filedlg_browse_to_pidl(), FileOpenDlgProc95(), IShellBrowserImpl_ICommDlgBrowser_OnDefaultCommand(), and IShellBrowserImpl_OnSelChange().