comctl32: Avoid a potential NULL pointer dereference in a TRACE.
[wine/hacks.git] / include / shobjidl.idl
blob002ec3ed1ead6e67d9174cec4c8a7349d6a385e3
1 /*
2 * COM interfaces for shell objects
4 * Copyright (C) 1999 Juergen Schmied
5 * Copyright (C) 2003 Alexandre Julliard
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 import "objidl.idl";
23 import "oleidl.idl";
24 import "oaidl.idl";
25 import "docobj.idl";
26 import "shtypes.idl";
27 import "servprov.idl";
28 import "comcat.idl";
29 import "propidl.idl";
30 /* FIXME: import "prsht.idl";*/
31 import "msxml.idl";
32 import "wtypes.idl";
33 /* FIXME: import "propsys.idl"; */
34 /* FIXME: import "structuredquery.idl"; */
36 cpp_quote("/* FIXME: #include <sherrors.h> */")
39 /*****************************************************************************
40 * IPersistFolder interface
43 object,
44 uuid(000214ea-0000-0000-c000-000000000046),
45 pointer_default(unique)
47 interface IPersistFolder : IPersist
49 typedef IPersistFolder *LPPERSISTFOLDER;
51 HRESULT Initialize( [in] LPCITEMIDLIST pidl );
55 /*****************************************************************************
56 * IPersistFolder2 interface
59 object,
60 uuid(1ac3d9f0-175c-11d1-95be-00609797ea4f),
61 pointer_default(unique)
63 interface IPersistFolder2 : IPersistFolder
65 typedef IPersistFolder2 *LPPERSISTFOLDER2;
67 HRESULT GetCurFolder( [out] LPITEMIDLIST *ppidl );
71 /*****************************************************************************
72 * IPersistIDList interface
75 object,
76 uuid(1079acfc-29bd-11d3-8e0d-00c04f6837d5),
77 pointer_default(unique)
79 interface IPersistIDList : IPersist
81 HRESULT SetIDList( [in] LPCITEMIDLIST pidl );
82 HRESULT GetIDList( [out] LPITEMIDLIST *ppidl );
86 /*****************************************************************************
87 * IEnumIDList interface
90 object,
91 uuid(000214f2-0000-0000-c000-000000000046),
92 pointer_default(unique)
94 interface IEnumIDList : IUnknown
96 typedef IEnumIDList *LPENUMIDLIST;
98 HRESULT Next(
99 [in] ULONG celt,
100 [out, size_is(celt), length_is(*pceltFetched)] LPITEMIDLIST *rgelt,
101 [out] ULONG *pceltFetched);
103 HRESULT Skip( [in] ULONG celt );
104 HRESULT Reset();
105 HRESULT Clone( [out] IEnumIDList **ppenum );
108 /*****************************************************************************
109 * IShellPropSheetExt interface
111 cpp_quote("#if 0")
112 typedef LPARAM LPFNSVADDPROPSHEETPAGE;
113 cpp_quote("#else")
114 cpp_quote("#include <prsht.h>")
115 cpp_quote("typedef LPFNADDPROPSHEETPAGE LPFNSVADDPROPSHEETPAGE;")
116 cpp_quote("#endif")
119 object,
120 uuid(000214E9-0000-0000-C000-000000000046),
121 pointer_default(unique),
122 local
124 interface IShellPropSheetExt : IUnknown
126 enum tagSHELLPROPSHEETEXTPAGEID {
127 EXPPS_FILETYPES = 0x1
130 typedef UINT EXPPS;
132 HRESULT AddPages(
133 [in] LPFNSVADDPROPSHEETPAGE pfnAddPage,
134 [in] LPARAM lParam);
135 HRESULT ReplacePage(
136 [in] EXPPS uPageID,
137 [in] LPFNSVADDPROPSHEETPAGE pfnReplaceWith,
138 [in] LPARAM lParam);
140 typedef IShellPropSheetExt *LPSHELLPROPSHEETEXT;
142 /*****************************************************************************
143 * IShellFolder interface
146 object,
147 uuid(000214e6-0000-0000-c000-000000000046),
148 pointer_default(unique)
150 interface IShellFolder : IUnknown
152 typedef IShellFolder * LPSHELLFOLDER;
154 typedef enum tagSHGDN
156 SHGDN_NORMAL = 0,
157 SHGDN_INFOLDER = 1,
158 SHGDN_FOREDITING = 0x1000,
159 SHGDN_INCLUDE_NONFILESYS = 0x2000,
160 SHGDN_FORADDRESSBAR = 0x4000,
161 SHGDN_FORPARSING = 0x8000
162 } SHGNO;
164 typedef DWORD SHGDNF;
166 enum tagSHCONTF
168 SHCONTF_FOLDERS = 32,
169 SHCONTF_NONFOLDERS = 64,
170 SHCONTF_INCLUDEHIDDEN = 128,
171 SHCONTF_INIT_ON_FIRST_NEXT = 256,
172 SHCONTF_NETPRINTERSRCH = 512,
173 SHCONTF_SHAREABLE = 1024,
174 SHCONTF_STORAGE = 2048
177 typedef DWORD SHCONTF;
179 cpp_quote("#define SFGAO_CANCOPY DROPEFFECT_COPY")
180 cpp_quote("#define SFGAO_CANMOVE DROPEFFECT_MOVE")
181 cpp_quote("#define SFGAO_CANLINK DROPEFFECT_LINK")
182 cpp_quote("#define SFGAO_STORAGE 0x00000008L")
183 cpp_quote("#define SFGAO_CANRENAME 0x00000010L")
184 cpp_quote("#define SFGAO_CANDELETE 0x00000020L")
185 cpp_quote("#define SFGAO_HASPROPSHEET 0x00000040L")
186 cpp_quote("#define SFGAO_DROPTARGET 0x00000100L")
187 cpp_quote("#define SFGAO_CAPABILITYMASK 0x00000177L")
188 cpp_quote("#define SFGAO_ENCRYPTED 0x00002000L")
189 cpp_quote("#define SFGAO_ISSLOW 0x00004000L")
190 cpp_quote("#define SFGAO_GHOSTED 0x00008000L")
191 cpp_quote("#define SFGAO_LINK 0x00010000L")
192 cpp_quote("#define SFGAO_SHARE 0x00020000L")
193 cpp_quote("#define SFGAO_READONLY 0x00040000L")
194 cpp_quote("#define SFGAO_HIDDEN 0x00080000L")
195 cpp_quote("#define SFGAO_DISPLAYATTRMASK 0x000FC000L")
196 cpp_quote("#define SFGAO_FILESYSANCESTOR 0x10000000L")
197 cpp_quote("#define SFGAO_FOLDER 0x20000000L")
198 cpp_quote("#define SFGAO_FILESYSTEM 0x40000000L")
199 cpp_quote("#define SFGAO_HASSUBFOLDER 0x80000000L")
200 cpp_quote("#define SFGAO_CONTENTSMASK 0x80000000L")
201 cpp_quote("#define SFGAO_VALIDATE 0x01000000L")
202 cpp_quote("#define SFGAO_REMOVABLE 0x02000000L")
203 cpp_quote("#define SFGAO_COMPRESSED 0x04000000L")
204 cpp_quote("#define SFGAO_BROWSABLE 0x08000000L")
205 cpp_quote("#define SFGAO_NONENUMERATED 0x00100000L")
206 cpp_quote("#define SFGAO_NEWCONTENT 0x00200000L")
207 cpp_quote("#define SFGAO_STREAM 0x00400000L")
208 cpp_quote("#define SFGAO_STORAGEANCESTOR 0x00800000L")
210 typedef ULONG SFGAOF;
212 HRESULT ParseDisplayName(
213 [in] HWND hwndOwner,
214 [in] LPBC pbcReserved,
215 [in, string] LPOLESTR lpszDisplayName,
216 [out] ULONG *pchEaten,
217 [out] LPITEMIDLIST *ppidl,
218 [in, out, unique] ULONG *pdwAttributes);
220 HRESULT EnumObjects(
221 [in] HWND hwndOwner,
222 [in] SHCONTF grfFlags,
223 [out] IEnumIDList **ppenumIDList);
225 HRESULT BindToObject(
226 [in] LPCITEMIDLIST pidl,
227 [in] LPBC pbcReserved,
228 [in] REFIID riid,
229 [out, iid_is(riid)] void **ppvOut);
231 HRESULT BindToStorage(
232 [in] LPCITEMIDLIST pidl,
233 [in] LPBC pbcReserved,
234 [in] REFIID riid,
235 [out, iid_is(riid)] void **ppvObj);
237 HRESULT CompareIDs(
238 [in] LPARAM lParam,
239 [in] LPCITEMIDLIST pidl1,
240 [in] LPCITEMIDLIST pidl2);
242 HRESULT CreateViewObject(
243 [in] HWND hwndOwner,
244 [in] REFIID riid,
245 [out, iid_is(riid)] void **ppvOut);
247 HRESULT GetAttributesOf(
248 [in] UINT cidl,
249 [in, size_is(cidl)] LPCITEMIDLIST *apidl,
250 [in, out] SFGAOF *rgfInOut);
252 HRESULT GetUIObjectOf(
253 [in] HWND hwndOwner,
254 [in] UINT cidl,
255 [in, size_is(cidl)] LPCITEMIDLIST *apidl,
256 [in] REFIID riid,
257 [in, out, unique] UINT *prgfInOut,
258 [out, iid_is(riid)] void **ppvOut);
260 HRESULT GetDisplayNameOf(
261 [in] LPCITEMIDLIST pidl,
262 [in] SHGDNF uFlags,
263 [out] STRRET *lpName);
265 HRESULT SetNameOf(
266 [in] HWND hwnd,
267 [in] LPCITEMIDLIST pidl,
268 [in, string] LPCOLESTR lpszName,
269 [in] SHGDNF uFlags,
270 [out] LPITEMIDLIST *ppidlOut);
274 /*****************************************************************************
275 * IEnumExtraSearch interface
278 object,
279 uuid(0e700be1-9db6-11d1-a1ce-00c04fd75d13),
280 pointer_default(unique)
282 interface IEnumExtraSearch : IUnknown
284 typedef IEnumExtraSearch *LPENUMEXTRASEARCH;
286 typedef struct
288 GUID guidSearch;
289 WCHAR wszFriendlyName[80];
291 *WCHAR wszMenuText[80];
292 *WCHAR wszHelpText[MAX_PATH];
294 WCHAR wszUrl[2084];
296 *WCHAR wszIcon[MAX_PATH+10];
297 *WCHAR wszGreyIcon[MAX_PATH+10];
298 *WCHAR wszClrIcon[MAX_PATH+10];
300 } EXTRASEARCH, *LPEXTRASEARCH;
302 HRESULT Next(
303 [in] ULONG celt,
304 [out, size_is(celt), length_is(*pceltFetched)] EXTRASEARCH *rgelt,
305 [out] ULONG *pceltFetched);
307 HRESULT Skip( [in] ULONG celt );
308 HRESULT Reset();
309 HRESULT Clone( [out] IEnumExtraSearch **ppenum );
313 /*****************************************************************************
314 * IShellFolder2 interface
317 object,
318 uuid(93f2f68c-1d1b-11d3-a30e-00c04f79abd1),
319 pointer_default(unique)
321 interface IShellFolder2 : IShellFolder
323 typedef struct
325 GUID fmtid;
326 DWORD pid;
327 } SHCOLUMNID, *LPSHCOLUMNID;
328 typedef const SHCOLUMNID *LPCSHCOLUMNID;
330 HRESULT GetDefaultSearchGUID( [out] GUID *lpguid );
331 HRESULT EnumSearches( [out] IEnumExtraSearch **ppenum );
332 HRESULT GetDefaultColumn( [in] DWORD dwReserved, [out] ULONG *pSort, [out] ULONG *pDisplay );
333 HRESULT GetDefaultColumnState( [in] UINT iColumn, [out] SHCOLSTATEF *pcsFlags );
334 HRESULT GetDetailsEx( [in] LPCITEMIDLIST pidl, [in] const SHCOLUMNID *pscid, [out] VARIANT *pv);
335 HRESULT GetDetailsOf( [in] LPCITEMIDLIST pidl, [in] UINT iColumn, [out] SHELLDETAILS *psd);
336 HRESULT MapColumnToSCID( [in] UINT iColumn, [in] SHCOLUMNID *pscid );
339 /*****************************************************************************
340 * IShellItem interface
343 object,
344 uuid(43826d1e-e718-42ee-bc55-a1e261c37bfe),
345 pointer_default(unique)
347 interface IShellItem : IUnknown
349 typedef DWORD SIGDN;
351 typedef DWORD SICHINTF;
353 HRESULT BindToHandler(
354 [in] IBindCtx *pbc,
355 [in] REFGUID rbhid,
356 [in] REFIID riid,
357 [out, iid_is(riid)] void **ppvOut);
359 HRESULT GetParent( [out] IShellItem **ppsi );
361 HRESULT GetDisplayName(
362 [in] SIGDN sigdnName,
363 [out] LPWSTR *ppszName);
365 HRESULT GetAttributes(
366 [in] SFGAOF sfgaoMask,
367 [out] SFGAOF *psfgaoAttribs);
369 HRESULT Compare(
370 [in] IShellItem *psi,
371 [in] SICHINTF hint,
372 [out] int *piOrder);
375 typedef enum tagNWMF {
376 NWMF_UNLOADING = 0x0001,
377 NWMF_USERINITED = 0x0002,
378 NWMF_FIRST = 0x0004,
379 NWMF_OVERRIDEKEY = 0x0008,
380 NWMF_SHOWHELP = 0x0010,
381 NWMF_HTMLDIALOG = 0x0020,
382 NWMF_FROMDIALOGCHILD = 0x0040,
383 NWMF_USERREQUESTED = 0x0080,
384 NWMF_USERALLOWED = 0x0100
385 } NWMF;
387 /*****************************************************************************
388 * FOLDERSETTINGS
390 typedef char *LPVIEWSETTINGS;
392 typedef enum
394 FWF_AUTOARRANGE = 0x00000001,
395 FWF_ABBREVIATEDNAMES = 0x00000002,
396 FWF_SNAPTOGRID = 0x00000004,
397 FWF_OWNERDATA = 0x00000008,
398 FWF_BESTFITWINDOW = 0x00000010,
399 FWF_DESKTOP = 0x00000020,
400 FWF_SINGLESEL = 0x00000040,
401 FWF_NOSUBFOLDERS = 0x00000080,
402 FWF_TRANSPARENT = 0x00000100,
403 FWF_NOCLIENTEDGE = 0x00000200,
404 FWF_NOSCROLL = 0x00000400,
405 FWF_ALIGNLEFT = 0x00000800,
406 FWF_NOICONS = 0x00001000,
407 FWF_SHOWSELALWAYS = 0x00002000,
408 FWF_NOVISIBLE = 0x00004000,
409 FWF_SINGLECLICKACTIVATE = 0x00008000,
410 FWF_NOWEBVIEW = 0x00010000,
411 FWF_HIDEFILENAMES = 0x00020000,
412 FWF_CHECKSELECT = 0x00040000
413 } FOLDERFLAGS;
415 typedef enum
417 FVM_ICON = 1,
418 FVM_FIRST = FVM_ICON,
419 FVM_SMALLICON = 2,
420 FVM_LIST = 3,
421 FVM_DETAILS = 4,
422 FVM_THUMBNAIL = 5,
423 FVM_TILE = 6,
424 FVM_THUMBSTRIP = 7,
425 FVM_LAST = FVM_THUMBSTRIP
426 } FOLDERVIEWMODE;
428 typedef struct
430 UINT ViewMode;
431 UINT fFlags;
432 } FOLDERSETTINGS, *PFOLDERSETTINGS, *LPFOLDERSETTINGS;
433 typedef const FOLDERSETTINGS *LPCFOLDERSETTINGS;
435 /*****************************************************************************
436 * IShellIcon interface
439 uuid(000214e5-0000-0000-c000-000000000046),
440 object,
441 pointer_default(unique)
443 interface IShellIcon : IUnknown
445 HRESULT GetIconOf(
446 [in] PCUITEMID_CHILD pidl,
447 [in] UINT flags,
448 [out] int *pIconIndex);
451 /*****************************************************************************
452 * IShellView interface
454 interface IShellBrowser; /* forward declaration */
456 object,
457 uuid(000214e3-0000-0000-c000-000000000046),
458 pointer_default(unique)
460 interface IShellView : IOleWindow
462 typedef IShellView *LPSHELLVIEW;
464 cpp_quote("#define SVSI_DESELECT 0x00000000")
465 cpp_quote("#define SVSI_SELECT 0x00000001")
466 cpp_quote("#define SVSI_EDIT 0x00000003")
467 cpp_quote("#define SVSI_DESELECTOTHERS 0x00000004")
468 cpp_quote("#define SVSI_ENSUREVISIBLE 0x00000008")
469 cpp_quote("#define SVSI_FOCUSED 0x00000010")
470 cpp_quote("#define SVSI_TRANSLATEPT 0x00000020")
471 cpp_quote("#define SVSI_SELECTIONMARK 0x00000040")
472 cpp_quote("#define SVSI_POSITIONITEM 0x00000080")
473 cpp_quote("#define SVSI_CHECK 0x00000100")
474 cpp_quote("#define SVSI_NOSTATECHANGE 0x80000000")
476 typedef UINT SVSIF;
478 typedef enum
480 SVGIO_BACKGROUND = 0x00000000,
481 SVGIO_SELECTION = 0x00000001,
482 SVGIO_ALLVIEW = 0x00000002,
483 SVGIO_CHECKED = 0x00000003,
484 SVGIO_TYPE_MASK = 0x0000000f,
485 SVGIO_FLAG_VIEWORDER = 0x80000000,
486 } SVGIO;
488 typedef enum
490 SVUIA_DEACTIVATE = 0,
491 SVUIA_ACTIVATE_NOFOCUS = 1,
492 SVUIA_ACTIVATE_FOCUS = 2,
493 SVUIA_INPLACEACTIVATE = 3
494 } SVUIA_STATUS;
496 HRESULT TranslateAccelerator( [in] MSG *pmsg );
497 HRESULT EnableModeless( [in] BOOL fEnable );
498 HRESULT UIActivate( [in] UINT uState );
499 HRESULT Refresh();
500 HRESULT CreateViewWindow(
501 [in] IShellView *psvPrevious,
502 [in] LPCFOLDERSETTINGS lpfs,
503 [in] IShellBrowser *psb,
504 [out] RECT *prcView,
505 [out] HWND *phWnd);
507 HRESULT DestroyViewWindow();
508 HRESULT GetCurrentInfo( [out] LPFOLDERSETTINGS lpfs );
510 [local] HRESULT AddPropertySheetPages(
511 [in] DWORD dwReserved,
512 [in] LPFNSVADDPROPSHEETPAGE pfn,
513 [in] LPARAM lparam);
515 HRESULT SaveViewState();
516 HRESULT SelectItem(
517 [in] LPCITEMIDLIST pidlItem,
518 [in] SVSIF uFlags);
519 HRESULT GetItemObject(
520 [in] UINT uItem,
521 [in] REFIID riid,
522 [out, iid_is(riid)] void **ppv);
526 object,
527 uuid(88e39e80-3578-11cf-ae69-08002b2e1262),
528 pointer_default(unique)
530 interface IShellView2 : IShellView
532 typedef GUID SHELLVIEWID;
533 cpp_quote("#include <pshpack8.h>")
534 typedef struct _SV2CVW2_PARAMS
536 DWORD cbSize;
537 IShellView *psvPrev;
538 LPCFOLDERSETTINGS pfs;
539 IShellBrowser *psbOwner;
540 RECT *prcView;
541 SHELLVIEWID const *pvid;
542 HWND hwndView;
543 } SV2CVW2_PARAMS, *LPSV2CVW2_PARAMS;
544 cpp_quote("#include <poppack.h>")
546 HRESULT GetView(
547 [in, out] SHELLVIEWID *view_guid,
548 [in] ULONG view_type
550 HRESULT CreateViewWindow2(
551 [in] LPSV2CVW2_PARAMS view_params
553 HRESULT HandleRename(
554 [in] LPCITEMIDLIST new_pidl
556 HRESULT SelectAndPositionItem(
557 [in] LPCITEMIDLIST item,
558 [in] UINT flags,
559 [in] POINT *point
563 /*****************************************************************************
564 * IFolderView interface
567 uuid(cde725b0-ccc9-4519-917e-325d72fab4ce),
568 object,
569 pointer_default(unique)
571 interface IFolderView : IUnknown
573 HRESULT GetCurrentViewMode( [out] UINT *mode );
574 HRESULT SetCurrentViewMode( [in] UINT mode );
575 HRESULT GetFolder( [in] REFIID riid, [out, iid_is(riid)] void **ppv );
576 HRESULT Item(
577 [in] int index,
578 [out] PITEMID_CHILD *ppidl
580 HRESULT ItemCount(
581 [in] UINT flags,
582 [out] int *items
584 HRESULT Items(
585 [in] UINT flags,
586 [in] REFIID riid,
587 [out, iid_is(riid)] void **ppv
589 HRESULT GetSelectionMarkedItem( [out] int *item );
590 HRESULT GetFocusedItem( [out] int *item );
591 HRESULT GetItemPosition(
592 [in] PCUITEMID_CHILD pidl,
593 [out] POINT* ppt
595 HRESULT GetSpacing( [in, out, unique] POINT* pt );
596 HRESULT GetDefaultSpacing( [out] POINT* pt );
597 HRESULT GetAutoArrange();
598 HRESULT SelectItem(
599 [in] int item,
600 [in] DWORD flags
602 HRESULT SelectAndPositionItems(
603 [in] UINT cidl,
604 [in, size_is(cidl)] PCUITEMID_CHILD_ARRAY apidl,
605 [in, unique, size_is(cidl)] POINT* apt,
606 [in] DWORD flags
610 /*****************************************************************************
611 * IShellBrowser interface
614 object,
615 uuid(000214e2-0000-0000-c000-000000000046),
616 pointer_default(unique)
618 interface IShellBrowser : IOleWindow
620 typedef IShellBrowser *LPSHELLBROWSER;
622 cpp_quote("#define SBSP_DEFBROWSER 0x00000000")
623 cpp_quote("#define SBSP_SAMEBROWSER 0x00000001")
624 cpp_quote("#define SBSP_NEWBROWSER 0x00000002")
625 cpp_quote("#define SBSP_DEFMODE 0x00000000")
626 cpp_quote("#define SBSP_OPENMODE 0x00000010")
627 cpp_quote("#define SBSP_EXPLOREMODE 0x00000020")
628 cpp_quote("#define SBSP_HELPMODE 0x00000040")
629 cpp_quote("#define SBSP_NOTRANSFERHIST 0x00000080")
630 cpp_quote("#define SBSP_ABSOLUTE 0x00000000")
631 cpp_quote("#define SBSP_RELATIVE 0x00001000")
632 cpp_quote("#define SBSP_PARENT 0x00002000")
633 cpp_quote("#define SBSP_NAVIGATEBACK 0x00004000")
634 cpp_quote("#define SBSP_NAVIGATEFORWARD 0x00008000")
635 cpp_quote("#define SBSP_ALLOW_AUTONAVIGATE 0x00010000")
636 cpp_quote("#define SBSP_NOAUTOSELECT 0x04000000")
637 cpp_quote("#define SBSP_WRITENOHISTORY 0x08000000")
638 cpp_quote("#define SBSP_REDIRECT 0x40000000")
639 cpp_quote("#define SBSP_INITIATEDBYHLINKFRAME 0x80000000")
641 cpp_quote("#define FCW_STATUS 0x0001")
642 cpp_quote("#define FCW_TOOLBAR 0x0002")
643 cpp_quote("#define FCW_TREE 0x0003")
644 cpp_quote("#define FCW_INTERNETBAR 0x0006")
645 cpp_quote("#define FCW_PROGRESS 0x0008")
647 cpp_quote("#define FCT_MERGE 0x0001")
648 cpp_quote("#define FCT_CONFIGABLE 0x0002")
649 cpp_quote("#define FCT_ADDTOEND 0x0004")
651 cpp_quote("#if 0")
652 typedef LPARAM LPTBBUTTONSB;
653 cpp_quote("#else")
654 cpp_quote("#include <commctrl.h>")
655 cpp_quote("typedef LPTBBUTTON LPTBBUTTONSB;")
656 cpp_quote("#endif")
658 HRESULT InsertMenusSB(
659 [in] HMENU hmenuShared,
660 [in, out] LPOLEMENUGROUPWIDTHS lpMenuWidths);
662 HRESULT SetMenuSB(
663 [in] HMENU hmenuShared,
664 [in] HOLEMENU holemenuReserved,
665 [in] HWND hwndActiveObject);
667 HRESULT RemoveMenusSB( [in] HMENU hmenuShared );
668 HRESULT SetStatusTextSB( [in, unique] LPCOLESTR pszStatusText );
669 HRESULT EnableModelessSB( [in] BOOL fEnable );
670 HRESULT TranslateAcceleratorSB( [in] MSG *pmsg, [in] WORD wID );
672 HRESULT BrowseObject(
673 [in] LPCITEMIDLIST pidl,
674 [in] UINT wFlags);
676 HRESULT GetViewStateStream(
677 [in] DWORD grfMode,
678 [out] IStream **ppStrm);
680 HRESULT GetControlWindow(
681 [in] UINT id,
682 [out] HWND *phwnd);
684 [local] HRESULT SendControlMsg(
685 [in] UINT id,
686 [in] UINT uMsg,
687 [in] WPARAM wParam,
688 [in] LPARAM lParam,
689 [in] LRESULT *pret);
691 HRESULT QueryActiveShellView( [out] IShellView **ppshv );
692 HRESULT OnViewWindowActive( [in] IShellView *pshv );
694 [local]
695 HRESULT SetToolbarItems(
696 [in] LPTBBUTTONSB lpButtons,
697 [in] UINT nButtons,
698 [in] UINT uFlags);
702 /*****************************************************************************
703 * IShellLinkA interface
706 object,
707 uuid(000214ee-0000-0000-c000-000000000046),
708 pointer_default(unique)
710 interface IShellLinkA : IUnknown
712 typedef enum
714 SLR_NO_UI = 0x0001,
715 SLR_ANY_MATCH = 0x0002,
716 SLR_UPDATE = 0x0004,
717 SLR_NOUPDATE = 0x0008,
718 SLR_NOSEARCH = 0x0010,
719 SLR_NOTRACK = 0x0020,
720 SLR_NOLINKINFO = 0x0040,
721 SLR_INVOKE_MSI = 0x0080,
722 SLR_NO_UI_WITH_MSG_PUMP = 0x0101,
723 } SLR_FLAGS;
725 typedef enum
727 SLGP_SHORTPATH = 0x0001,
728 SLGP_UNCPRIORITY = 0x0002,
729 SLGP_RAWPATH = 0x0004,
730 } SLGP_FLAGS;
732 HRESULT GetPath(
733 [out, size_is(cch)] LPSTR pszFile,
734 [in] int cch,
735 [in, out, unique] WIN32_FIND_DATAA *pfd,
736 [in] DWORD fFlags);
738 HRESULT GetIDList( [out] LPITEMIDLIST * ppidl );
740 HRESULT SetIDList( [in] LPCITEMIDLIST pidl );
742 HRESULT GetDescription(
743 [out, size_is(cch)] LPSTR pszName,
744 [in] int cch);
746 HRESULT SetDescription( [in] LPCSTR pszName );
748 HRESULT GetWorkingDirectory(
749 [out, size_is(cch)] LPSTR pszDir,
750 [in] int cch);
752 HRESULT SetWorkingDirectory( [in] LPCSTR pszDir );
754 HRESULT GetArguments(
755 [out, size_is(cch)] LPSTR pszArgs,
756 [in] int cch);
758 HRESULT SetArguments( [in] LPCSTR pszArgs );
760 HRESULT GetHotkey( [out] WORD *pwHotkey );
762 HRESULT SetHotkey( [in] WORD wHotkey );
764 HRESULT GetShowCmd( [out] int *piShowCmd );
766 HRESULT SetShowCmd( [in] int iShowCmd );
768 HRESULT GetIconLocation(
769 [out, size_is(cch)] LPSTR pszIconPath,
770 [in] int cch,
771 [out] int *piIcon);
773 HRESULT SetIconLocation(
774 [in] LPCSTR pszIconPath,
775 [in] int iIcon);
777 HRESULT SetRelativePath(
778 [in] LPCSTR pszPathRel,
779 [in] DWORD dwReserved);
781 HRESULT Resolve(
782 [in] HWND hwnd,
783 [in] DWORD fFlags);
785 HRESULT SetPath( [in] LPCSTR pszFile );
789 /*****************************************************************************
790 * IShellLinkW interface
793 object,
794 uuid(000214f9-0000-0000-c000-000000000046),
795 pointer_default(unique)
797 interface IShellLinkW : IUnknown
799 HRESULT GetPath(
800 [out, size_is(cch)] LPWSTR pszFile,
801 [in] int cch,
802 [in, out] WIN32_FIND_DATAW *pfd,
803 [in] DWORD fFlags);
805 HRESULT GetIDList( [out] LPITEMIDLIST * ppidl );
807 HRESULT SetIDList( [in] LPCITEMIDLIST pidl );
809 HRESULT GetDescription(
810 [out, size_is(cch)] LPWSTR pszName,
811 [in] int cch);
813 HRESULT SetDescription( [in] LPCWSTR pszName );
815 HRESULT GetWorkingDirectory(
816 [out, size_is(cch)] LPWSTR pszDir,
817 [in] int cch);
819 HRESULT SetWorkingDirectory( [in] LPCWSTR pszDir );
821 HRESULT GetArguments(
822 [out, size_is(cch)] LPWSTR pszArgs,
823 [in] int cch);
825 HRESULT SetArguments( [in] LPCWSTR pszArgs );
827 HRESULT GetHotkey( [out] WORD *pwHotkey );
829 HRESULT SetHotkey( [in] WORD wHotkey );
831 HRESULT GetShowCmd( [out] int *piShowCmd );
833 HRESULT SetShowCmd( [in] int iShowCmd );
835 HRESULT GetIconLocation(
836 [out, size_is(cch)] LPWSTR pszIconPath,
837 [in] int cch,
838 [out] int *piIcon);
840 HRESULT SetIconLocation(
841 [in] LPCWSTR pszIconPath,
842 [in] int iIcon);
844 HRESULT SetRelativePath(
845 [in] LPCWSTR pszPathRel,
846 [in] DWORD dwReserved);
848 HRESULT Resolve(
849 [in] HWND hwnd,
850 [in] DWORD fFlags);
852 HRESULT SetPath( [in] LPCWSTR pszFile );
855 cpp_quote("#define IShellLink WINELIB_NAME_AW(IShellLink)")
858 /*****************************************************************************
859 * IShellExtInit interface
862 object,
863 uuid(000214e8-0000-0000-c000-000000000046),
864 pointer_default(unique),
865 local
867 interface IShellExtInit : IUnknown
869 typedef IShellExtInit *LPSHELLEXTINIT;
871 HRESULT Initialize(
872 [in] LPCITEMIDLIST pidlFolder,
873 [in] IDataObject *pdtobj,
874 [in] HKEY hkeyProgID);
878 /*******************************************************************************/
879 /* Note: the following interfaces are not in shobjidl.idl under Windows, they */
880 /* are declared directly in shlobj.h. It hopefully won't break anything to put */
881 /* them here anyway. */
882 /*******************************************************************************/
884 #ifndef MAX_PATH
885 #define MAX_PATH 260
886 #endif
889 /*****************************************************************************
890 * IPersistFolder3 interface
893 object,
894 uuid(cef04fdf-fe72-11d2-87a5-00c04f6837cf),
895 pointer_default(unique)
897 interface IPersistFolder3 : IPersistFolder2
899 typedef struct
901 LPITEMIDLIST pidlTargetFolder;
902 WCHAR szTargetParsingName[MAX_PATH];
903 WCHAR szNetworkProvider[MAX_PATH];
904 DWORD dwAttributes;
905 int csidl;
906 } PERSIST_FOLDER_TARGET_INFO;
908 HRESULT InitializeEx(
909 [in] IBindCtx *pbc,
910 [in] LPCITEMIDLIST pidlRoot,
911 [in] const PERSIST_FOLDER_TARGET_INFO *ppfti);
913 HRESULT GetFolderTargetInfo( [out] PERSIST_FOLDER_TARGET_INFO *ppfti );
917 /*****************************************************************************
918 * IExtractIconA interface
921 object,
922 uuid(000214eb-0000-0000-c000-000000000046),
923 pointer_default(unique),
924 local
926 interface IExtractIconA : IUnknown
928 cpp_quote("#define GIL_OPENICON 0x0001")
929 cpp_quote("#define GIL_FORSHELL 0x0002")
930 cpp_quote("#define GIL_ASYNC 0x0020")
931 cpp_quote("#define GIL_DEFAULTICON 0x0040")
932 cpp_quote("#define GIL_FORSHORTCUT 0x0080")
934 cpp_quote("#define GIL_SIMULATEDOC 0x0001")
935 cpp_quote("#define GIL_PERINSTANCE 0x0002")
936 cpp_quote("#define GIL_PERCLASS 0x0004")
937 cpp_quote("#define GIL_NOTFILENAME 0x0008")
938 cpp_quote("#define GIL_DONTCACHE 0x0010")
940 typedef IExtractIconA *LPEXTRACTICONA;
942 HRESULT GetIconLocation(
943 [in] UINT uFlags,
944 [out, size_is(cchMax)] LPSTR szIconFile,
945 [in] UINT cchMax,
946 [out] INT *piIndex,
947 [out] UINT *pwFlags);
949 HRESULT Extract(
950 [in] LPCSTR pszFile,
951 [in] UINT nIconIndex,
952 [out] HICON *phiconLarge,
953 [out] HICON *phiconSmall,
954 [in] UINT nIconSize );
958 /*****************************************************************************
959 * IExtractIconW interface
962 object,
963 uuid(000214fa-0000-0000-c000-000000000046),
964 pointer_default(unique),
965 local
967 interface IExtractIconW : IUnknown
969 typedef IExtractIconW *LPEXTRACTICONW;
971 HRESULT GetIconLocation(
972 [in] UINT uFlags,
973 [out, size_is(cchMax)] LPWSTR szIconFile,
974 [in] UINT cchMax,
975 [out] INT *piIndex,
976 [out] UINT *pwFlags);
978 HRESULT Extract(
979 [in] LPCWSTR pszFile,
980 [in] UINT nIconIndex,
981 [out] HICON *phiconLarge,
982 [out] HICON *phiconSmall,
983 [in] UINT nIconSize );
986 cpp_quote("#define LPEXTRACTICON WINELIB_NAME_AW(LPEXTRACTICON)")
987 cpp_quote("#define IExtractIcon WINELIB_NAME_AW(IExtractIcon)")
990 /*****************************************************************************
991 * ICommDlgBrowser interface
994 object,
995 uuid(000214f1-0000-0000-c000-000000000046),
996 pointer_default(unique)
998 interface ICommDlgBrowser : IUnknown
1000 cpp_quote("#define CDBOSC_SETFOCUS 0x00000000")
1001 cpp_quote("#define CDBOSC_KILLFOCUS 0x00000001")
1002 cpp_quote("#define CDBOSC_SELCHANGE 0x00000002")
1003 cpp_quote("#define CDBOSC_RENAME 0x00000003")
1004 cpp_quote("#define CDBOSC_STATECHANGE 0x00000004")
1006 typedef ICommDlgBrowser *LPCOMMDLGBROWSER;
1008 HRESULT OnDefaultCommand( [in] IShellView *shv );
1009 HRESULT OnStateChange( [in] IShellView *shv, [in] ULONG uChange );
1010 HRESULT IncludeObject( [in] IShellView *shv, [in] LPCITEMIDLIST pidl );
1014 /*****************************************************************************
1015 * ICommDlgBrowser2 interface
1018 object,
1019 uuid(10339516-2894-11D2-9039-00C04F8EEB3E),
1020 pointer_default(unique)
1022 interface ICommDlgBrowser2 : ICommDlgBrowser
1025 HRESULT Notify(
1026 [in] IShellView *ppshv,
1027 [in] DWORD dwNotifyType);
1029 HRESULT GetDefaultMenuText(
1030 [in] IShellView *ppshv,
1031 [out, string, size_is(cchMax)] LPWSTR pszText,
1032 [in] int cchMax);
1034 HRESULT GetViewFlags(
1035 [out] DWORD *pdwFlags);
1039 /*****************************************************************************
1040 * ICommDlgBrowser3 interface
1043 object,
1044 uuid(C8AD25A1-3294-41EE-8165-71174BD01C57),
1045 pointer_default(unique)
1047 interface ICommDlgBrowser3 : ICommDlgBrowser2
1050 HRESULT OnColumnClicked(
1051 [in] IShellView *ppshv,
1052 [in] int iColumn);
1054 HRESULT GetCurrentFilter(
1055 [out, string, size_is(cchFileSpec)] LPWSTR pszFileSpec,
1056 [in] int cchFileSpec);
1058 HRESULT OnPreviewCreated(
1059 [in] IShellView *ppshv);
1063 /*****************************************************************************
1064 * IDockingWindowFrame interface
1067 object,
1068 uuid(47d2657a-7b27-11d0-8ca9-00a0c92dbfe8),
1069 pointer_default(unique),
1070 local
1072 interface IDockingWindowFrame : IOleWindow
1074 cpp_quote("#define DWFRF_NORMAL 0x0000")
1075 cpp_quote("#define DWFRF_DELETECONFIGDATA 0x0001")
1076 cpp_quote("#define DWFAF_HIDDEN 0x0001")
1078 HRESULT AddToolbar(
1079 [in] IUnknown *punkSrc,
1080 [in] LPCWSTR pwszItem,
1081 [in] DWORD dwAddFlags);
1083 HRESULT RemoveToolbar(
1084 [in] IUnknown *punkSrc,
1085 [in] DWORD dwRemoveFlags);
1087 HRESULT FindToolbar(
1088 [in] LPCWSTR pwszItem,
1089 [in] REFIID riid,
1090 [out] LPVOID *ppvObj);
1094 /*****************************************************************************
1095 * IDragSourceHelper interface
1098 object,
1099 uuid(de5bf786-477a-11d2-839d-00c04fd918d0),
1100 pointer_default(unique),
1101 local
1103 interface IDragSourceHelper : IUnknown
1105 typedef struct
1107 SIZE sizeDragImage;
1108 POINT ptOffset;
1109 HBITMAP hbmpDragImage;
1110 COLORREF crColorKey;
1111 } SHDRAGIMAGE, *LPSHDRAGIMAGE;
1113 HRESULT InitializeFromBitmap(
1114 [in] LPSHDRAGIMAGE pshdi,
1115 [in] IDataObject *pDataObject);
1117 HRESULT InitializeFromWindow(
1118 [in] HWND hwnd,
1119 [in] POINT *ppt,
1120 [in] IDataObject *pDataObject);
1124 /*****************************************************************************
1125 * IDropTargetHelper interface
1128 object,
1129 uuid(4657278b-411b-11d2-839a-00c04fd918d0),
1130 pointer_default(unique),
1131 local
1133 interface IDropTargetHelper : IUnknown
1135 HRESULT DragEnter(
1136 [in] HWND hwndTarget,
1137 [in] IDataObject *pDataObject,
1138 [in] POINT *ppt,
1139 [in] DWORD dwEffect);
1141 HRESULT DragLeave();
1143 HRESULT DragOver(
1144 [in] POINT *ppt,
1145 [in] DWORD dwEffect);
1147 HRESULT Drop(
1148 [in] IDataObject *pDataObject,
1149 [in] POINT *ppt,
1150 [in] DWORD dwEffect);
1152 HRESULT Show( [in] BOOL fShow );
1156 /*****************************************************************************
1157 * IContextMenu interface
1160 object,
1161 uuid(000214e4-0000-0000-c000-000000000046),
1162 pointer_default(unique),
1163 local
1165 interface IContextMenu : IUnknown
1167 cpp_quote("#define CMF_NORMAL 0x00000000")
1168 cpp_quote("#define CMF_DEFAULTONLY 0x00000001")
1169 cpp_quote("#define CMF_VERBSONLY 0x00000002")
1170 cpp_quote("#define CMF_EXPLORE 0x00000004")
1171 cpp_quote("#define CMF_NOVERBS 0x00000008")
1172 cpp_quote("#define CMF_CANRENAME 0x00000010")
1173 cpp_quote("#define CMF_NODEFAULT 0x00000020")
1174 cpp_quote("#define CMF_INCLUDESTATIC 0x00000040")
1175 cpp_quote("#define CMF_EXTENDEDVERBS 0x00000100")
1176 cpp_quote("#define CMF_RESERVED 0xffff0000")
1178 cpp_quote("#define GCS_VERBA 0x00000000")
1179 cpp_quote("#define GCS_HELPTEXTA 0x00000001")
1180 cpp_quote("#define GCS_VALIDATEA 0x00000002")
1181 cpp_quote("#define GCS_VERBW 0x00000004")
1182 cpp_quote("#define GCS_HELPTEXTW 0x00000005")
1183 cpp_quote("#define GCS_VALIDATEW 0x00000006")
1184 cpp_quote("#define GCS_UNICODE 0x00000004")
1185 cpp_quote("#define GCS_VERB WINELIB_NAME_AW(GCS_VERB)")
1186 cpp_quote("#define GCS_HELPTEXT WINELIB_NAME_AW(GCS_HELPTEXT)")
1187 cpp_quote("#define GCS_VALIDATE WINELIB_NAME_AW(GCS_VALIDATE)")
1189 cpp_quote("#define CMDSTR_NEWFOLDERA \"NewFolder\"")
1190 cpp_quote("#define CMDSTR_VIEWLISTA \"ViewList\"")
1191 cpp_quote("#define CMDSTR_VIEWDETAILSA \"ViewDetails\"")
1192 cpp_quote("#if defined(__GNUC__)")
1193 cpp_quote("# define CMDSTR_NEWFOLDERW (const WCHAR []){ 'N','e','w','F','o','l','d','e','r',0 }")
1194 cpp_quote("# define CMDSTR_VIEWLISTW (const WCHAR []){ 'V','i','e','w','L','i','s','t',0 }")
1195 cpp_quote("# define CMDSTR_VIEWDETAILSW (const WCHAR []){ 'V','i','e','w','D','e','t','a','i','l','s',0 }")
1196 cpp_quote("#elif defined(_MSC_VER)")
1197 cpp_quote("# define CMDSTR_NEWFOLDERW L\"NewFolder\"")
1198 cpp_quote("# define CMDSTR_VIEWLISTW L\"ViewList\"")
1199 cpp_quote("# define CMDSTR_VIEWDETAILSW L\"ViewDetails\"")
1200 cpp_quote("#else")
1201 cpp_quote("static const WCHAR CMDSTR_NEWFOLDERW[] = {'N','e','w','F','o','l','d','e','r',0};")
1202 cpp_quote("static const WCHAR CMDSTR_VIEWLISTW [] = {'V','i','e','w','L','i','s','t',0};")
1203 cpp_quote("static const WCHAR CMDSTR_VIEWDETAILSW[] = {'V','i','e','w','D','e','t','a','i','l','s',0};")
1204 cpp_quote("#endif")
1205 cpp_quote("#define CMDSTR_NEWFOLDER WINELIB_NAME_AW(CMDSTR_NEWFOLDER)")
1206 cpp_quote("#define CMDSTR_VIEWLIST WINELIB_NAME_AW(CMDSTR_VIEWLIST)")
1207 cpp_quote("#define CMDSTR_VIEWDETAILS WINELIB_NAME_AW(CMDSTR_VIEWDETAILS)")
1209 cpp_quote("#define CMIC_MASK_HOTKEY SEE_MASK_HOTKEY")
1210 cpp_quote("#define CMIC_MASK_ICON SEE_MASK_ICON")
1211 cpp_quote("#define CMIC_MASK_FLAG_NO_UI SEE_MASK_FLAG_NO_UI")
1212 cpp_quote("#define CMIC_MASK_UNICODE SEE_MASK_UNICODE")
1213 cpp_quote("#define CMIC_MASK_NO_CONSOLE SEE_MASK_NO_CONSOLE")
1214 cpp_quote("#define CMIC_MASK_HASLINKNAME SEE_MASK_HASLINKNAME")
1215 cpp_quote("#define CMIC_MASK_FLAG_SEP_VDM SEE_MASK_FLAG_SEPVDM")
1216 cpp_quote("#define CMIC_MASK_HASTITLE SEE_MASK_HASTITLE")
1217 cpp_quote("#define CMIC_MASK_ASYNCOK SEE_MASK_ASYNCOK")
1218 cpp_quote("#define CMIC_MASK_SHIFT_DOWN 0x10000000")
1219 cpp_quote("#define CMIC_MASK_PTINVOKE 0x20000000")
1220 cpp_quote("#define CMIC_MASK_CONTROL_DOWN 0x40000000")
1221 cpp_quote("#define CMIC_MASK_FLAG_LOG_USAGE SEE_MASK_FLAG_LOG_USAGE")
1222 cpp_quote("#define CMIC_MASK_NOZONECHECKS SEE_MASK_NOZONECHECKS")
1224 typedef IContextMenu *LPCONTEXTMENU;
1226 typedef struct tagCMINVOKECOMMANDINFO
1228 DWORD cbSize;
1229 DWORD fMask;
1230 HWND hwnd;
1231 LPCSTR lpVerb;
1232 LPCSTR lpParameters;
1233 LPCSTR lpDirectory;
1234 INT nShow;
1235 DWORD dwHotKey;
1236 HANDLE hIcon;
1237 } CMINVOKECOMMANDINFO, *LPCMINVOKECOMMANDINFO;
1239 typedef struct tagCMInvokeCommandInfoEx
1241 DWORD cbSize;
1242 DWORD fMask;
1243 HWND hwnd;
1244 LPCSTR lpVerb;
1245 LPCSTR lpParameters;
1246 LPCSTR lpDirectory;
1247 INT nShow;
1248 DWORD dwHotKey;
1249 HANDLE hIcon;
1250 LPCSTR lpTitle;
1251 LPCWSTR lpVerbW;
1252 LPCWSTR lpParametersW;
1253 LPCWSTR lpDirectoryW;
1254 LPCWSTR lpTitleW;
1255 POINT ptInvoke;
1256 } CMINVOKECOMMANDINFOEX, *LPCMINVOKECOMMANDINFOEX;
1258 HRESULT QueryContextMenu(
1259 [in] HMENU hmenu,
1260 [in] UINT indexMenu,
1261 [in] UINT idCmdFirst,
1262 [in] UINT idCmdLast,
1263 [in] UINT uFlags);
1265 HRESULT InvokeCommand( [in] LPCMINVOKECOMMANDINFO lpici );
1267 HRESULT GetCommandString(
1268 [in] UINT_PTR idCmd,
1269 [in] UINT uType,
1270 [out] UINT *pwReserved,
1271 [out, size_is(cchMax)] LPSTR pszName,
1272 [in] UINT cchMax);
1276 /*****************************************************************************
1277 * IContextMenu2 interface
1280 object,
1281 uuid(000214f4-0000-0000-c000-000000000046),
1282 pointer_default(unique),
1283 local
1285 interface IContextMenu2 : IContextMenu
1287 typedef IContextMenu2 *LPCONTEXTMENU2;
1289 HRESULT HandleMenuMsg(
1290 [in] UINT uMsg,
1291 [in] WPARAM wParam,
1292 [in] LPARAM lParam);
1296 /*****************************************************************************
1297 * IContextMenu3 interface
1300 object,
1301 uuid(bcfce0a0-ec17-11d0-8d10-00a0c90f2719),
1302 pointer_default(unique),
1303 local
1305 interface IContextMenu3 : IContextMenu2
1307 typedef IContextMenu3 *LPCONTEXTMENU3;
1309 HRESULT HandleMenuMsg2(
1310 [in] UINT uMsg,
1311 [in] WPARAM wParam,
1312 [in] LPARAM lParam,
1313 [out] LRESULT *plResult);
1317 /*****************************************************************************
1318 * IShellExecuteHookA interface
1321 object,
1322 uuid(000214f5-0000-0000-c000-000000000046),
1323 pointer_default(unique),
1324 local
1326 interface IShellExecuteHookA : IUnknown
1328 cpp_quote("struct _SHELLEXECUTEINFOA;")
1329 HRESULT Execute(
1330 [in, out] struct _SHELLEXECUTEINFOA* pei);
1334 /*****************************************************************************
1335 * IShellExecuteHookW interface
1338 object,
1339 uuid(000214fb-0000-0000-c000-000000000046),
1340 pointer_default(unique),
1341 local
1343 interface IShellExecuteHookW : IUnknown
1345 cpp_quote("struct _SHELLEXECUTEINFOW;")
1346 HRESULT Execute(
1347 [in, out] struct _SHELLEXECUTEINFOW* pei);
1350 /*****************************************************************************
1351 * IShellLinkDataList interface
1354 object,
1355 uuid(45e2b4ae-b1c3-11d0-b92f-00a0c90312e1),
1356 pointer_default(unique)
1358 interface IShellLinkDataList : IUnknown
1360 [local] HRESULT AddDataBlock(
1361 [in] void *pDataBlock);
1362 [local] HRESULT CopyDataBlock(
1363 [in] DWORD dwSig,
1364 [out] void **ppDataBlock);
1365 HRESULT RemoveDataBlock(
1366 [in] DWORD dwSig);
1367 HRESULT GetFlags(
1368 [out] DWORD *pdwFlags);
1369 HRESULT SetFlags(
1370 [in] DWORD dwFlags);
1374 /*****************************************************************************
1375 * IResolveShellLink interface
1378 object,
1379 uuid(5cd52983-9449-11d2-963a-00c04f79adf0),
1380 pointer_default(unique)
1382 interface IResolveShellLink : IUnknown
1384 HRESULT ResolveShellLink(
1385 [in] IUnknown *punk,
1386 [in] HWND hwnd,
1387 [in] DWORD fFlags);
1391 /*****************************************************************************
1392 * IURLSearchHook interface
1395 object,
1396 uuid(ac60f6a0-0fd9-11d0-99cb-00c04fd64497),
1397 pointer_default(unique),
1398 local
1400 interface IURLSearchHook : IUnknown
1402 HRESULT Translate(
1403 [in, out] LPWSTR lpwszSearchURL,
1404 [in] DWORD cchBufferSize);
1408 /*****************************************************************************
1409 * ISearchContext interface
1412 object,
1413 uuid(09f656a2-41af-480c-88f7-16cc0d164615),
1414 pointer_default(unique),
1415 local
1417 interface ISearchContext : IUnknown
1419 HRESULT GetSearchUrl(
1420 [in] BSTR *pbstrSearchUrl);
1421 HRESULT GetSearchText(
1422 [in] BSTR *pbstrSearchText);
1423 HRESULT GetSearchStyle(
1424 [in] BSTR *pdwSearchStyle);
1428 /*****************************************************************************
1429 * IURLSearchHook2 interface
1432 object,
1433 uuid(5ee44da4-6d32-46e3-86bc-07540dedd0e0),
1434 pointer_default(unique),
1435 local
1437 interface IURLSearchHook2 : IURLSearchHook
1439 HRESULT TranslateWithSearchContext(
1440 [in, out] LPWSTR lpwszSearchURL,
1441 [in] DWORD cchBufferSize,
1442 [in] ISearchContext *pSearchContext);
1446 cpp_quote("#define INewShortcutHook WINELIB_NAME_AW(INewShortcutHook)")
1448 /*****************************************************************************
1449 * INewShortcutHookA interface
1452 object,
1453 uuid(000214e1-0000-0000-c000-000000000046),
1454 pointer_default(unique),
1455 local
1457 interface INewShortcutHookA : IUnknown
1459 HRESULT SetReferent(
1460 [in] LPCSTR pcszReferent,
1461 [in] HWND hwnd);
1462 HRESULT GetReferent(
1463 [out] LPSTR pcszReferent,
1464 [in] int cchReferent);
1465 HRESULT SetFolder(
1466 [in] LPCSTR pcszReferent);
1467 HRESULT GetFolder(
1468 [out] LPSTR pcszReferent,
1469 [in] int cchFolder);
1470 HRESULT GetName(
1471 [out] LPSTR pszName,
1472 [in] int cchName);
1473 HRESULT GetExtension(
1474 [out] LPSTR pszExtension,
1475 [in] int cchExtension);
1479 /*****************************************************************************
1480 * INewShortcutHookW interface
1483 object,
1484 uuid(000214f7-0000-0000-c000-000000000046),
1485 pointer_default(unique),
1486 local
1488 interface INewShortcutHookW : IUnknown
1490 HRESULT SetReferent(
1491 [in] LPCWSTR pcszReferent,
1492 [in] HWND hwnd);
1493 HRESULT GetReferent(
1494 [out] LPWSTR pcszReferent,
1495 [in] int cchReferent);
1496 HRESULT SetFolder(
1497 [in] LPCWSTR pcszReferent);
1498 HRESULT GetFolder(
1499 [out] LPWSTR pcszReferent,
1500 [in] int cchFolder);
1501 HRESULT GetName(
1502 [out] LPWSTR pszName,
1503 [in] int cchName);
1504 HRESULT GetExtension(
1505 [out] LPWSTR pszExtension,
1506 [in] int cchExtension);
1509 /*****************************************************************************
1510 * IRunnableTask interface
1513 object,
1514 uuid(85788d00-6807-11d0-b810-00c04fd706ec),
1515 pointer_default(unique),
1516 local
1518 interface IRunnableTask : IUnknown
1520 HRESULT Run();
1521 HRESULT Kill([in] BOOL fWait);
1522 HRESULT Suspend();
1523 HRESULT Resume();
1524 ULONG IsRunning();
1527 /*****************************************************************************
1528 * IShellChangeNotify interface
1531 object,
1532 uuid(d82be2b1-5764-11d0-a96e-00c04fd705a2),
1533 pointer_default(unique),
1534 local
1536 interface IShellChangeNotify : IUnknown
1538 HRESULT OnChange(
1539 [in] LONG lEvent,
1540 [in] LPCITEMIDLIST pidl1,
1541 [in] LPCITEMIDLIST pidl2);
1544 /*****************************************************************************
1545 * IFileSystemBindData interface
1548 object,
1549 uuid(01e18d10-4d8b-11d2-855d-006008059367),
1550 pointer_default(unique),
1551 local
1553 interface IFileSystemBindData : IUnknown
1555 HRESULT SetFindData(
1556 [in] const WIN32_FIND_DATAW *pfd);
1557 HRESULT GetFindData(
1558 [out] WIN32_FIND_DATAW *pfd);
1561 /*****************************************************************************
1562 * ITaskbarList interface
1565 object,
1566 uuid(56FDF342-FD6D-11d0-958A-006097C9A090),
1567 pointer_default(unique)
1569 interface ITaskbarList : IUnknown
1571 HRESULT HrInit();
1573 HRESULT AddTab(
1574 [in] HWND hwnd);
1576 HRESULT DeleteTab(
1577 [in] HWND hwnd);
1579 HRESULT ActivateTab(
1580 [in] HWND hwnd);
1582 HRESULT SetActiveAlt(
1583 [in] HWND hwnd);
1586 cpp_quote("EXTERN_C const CLSID CLSID_TaskbarList;")
1588 /*****************************************************************************
1589 * IAutoCompleteDropDown interface
1592 object,
1593 uuid(3CD141F4-3C6A-11d2-BCAA-00C04FD929DB),
1594 pointer_default(unique)
1596 interface IAutoCompleteDropDown : IUnknown
1598 cpp_quote("#define ACDD_VISIBLE 0x0001")
1600 HRESULT GetDropDownStatus(
1601 [out] DWORD *pdwFlags,
1602 [out, string] LPWSTR *ppwszString);
1604 HRESULT ResetEnumerator();
1608 object,
1609 uuid(cb728b20-f786-11ce-92ad-00aa00a74cd0),
1610 pointer_default(unique)
1612 interface IProfferService : IUnknown
1614 HRESULT ProfferService(
1615 [in] REFGUID service,
1616 [in] IServiceProvider *pService,
1617 [out] DWORD *pCookie);
1619 HRESULT RevokeService([in] DWORD cookie);
1622 /*****************************************************************************
1623 * IExplorerBrowserEvents interface
1626 object,
1627 uuid(361BBDC7-E6EE-4E13-BE58-58E2240C810F)
1629 interface IExplorerBrowserEvents : IUnknown
1631 HRESULT OnNavigationPending(
1632 [in] PCIDLIST_ABSOLUTE pidlFolder);
1634 HRESULT OnViewCreated(
1635 [in] IShellView *psv);
1637 HRESULT OnNavigationComplete(
1638 [in] PCIDLIST_ABSOLUTE pidlFolder);
1640 HRESULT OnNavigationFailed(
1641 [in] PCIDLIST_ABSOLUTE pidlFolder);
1644 typedef GUID EXPLORERPANE;
1645 typedef EXPLORERPANE *REFEXPLORERPANE;
1647 /*****************************************************************************
1648 * IExplorerPaneVisibility interface
1651 object,
1652 uuid(E07010EC-BC17-44C0-97B0-46C7C95B9EDC)
1654 interface IExplorerPaneVisibility : IUnknown
1656 typedef enum tagEXPLORERPANESTATE {
1657 EPS_DONTCARE = 0x0,
1658 EPS_DEFAULT_ON = 0x1,
1659 EPS_DEFAULT_OFF = 0x2,
1660 EPS_STATE_MASK = 0xffff,
1661 EPS_INITIALSTATE = 0x10000,
1662 EPS_FORCE = 0x20000
1663 } EXPLORERPANESTATE;
1665 HRESULT GetPaneState(
1666 [in] REFEXPLORERPANE ep,
1667 [out] EXPLORERPANESTATE *peps);
1670 typedef [v1_enum] enum tagEXPLORER_BROWSER_FILL_FLAGS {
1671 EBF_NONE = 0,
1672 EBF_SELECTFROMDATAOBJECT = 0x100,
1673 EBF_NODROPTARGET = 0x200
1674 } EXPLORER_BROWSER_FILL_FLAGS;
1676 typedef [v1_enum] enum tagEXPLORER_BROWSER_OPTIONS {
1677 EBO_NONE = 0x00,
1678 EBO_NAVIGATEONCE = 0x01,
1679 EBO_SHOWFRAMES = 0x02,
1680 EBO_ALWAYSNAVIGATE = 0x04,
1681 EBO_NOTRAVELLOG = 0x08,
1682 EBO_NOWRAPPERWINDOW = 0x10,
1683 EBO_HTMLSHAREPOINTVIEW = 0x20
1684 } EXPLORER_BROWSER_OPTIONS;
1686 cpp_quote("#define SID_SExplorerBrowserFrame IID_ICommDlgBrowser")
1688 /*****************************************************************************
1689 * IExplorerBrowser interface
1692 object,
1693 uuid(DFD3B6B5-C10C-4BE9-85F6-A66969F402F6),
1694 pointer_default(unique)
1696 interface IExplorerBrowser : IUnknown
1699 [local] HRESULT Initialize(
1700 [in] HWND hwndParent,
1701 [in] const RECT *prc,
1702 [in, unique] const FOLDERSETTINGS *pfs);
1704 HRESULT Destroy();
1706 [local] HRESULT SetRect(
1707 [in,out,unique] HDWP *phdwp,
1708 [in] RECT rcBrowser);
1710 HRESULT SetPropertyBag(
1711 [in, string] LPCWSTR pszPropertyBag);
1713 HRESULT SetEmptyText(
1714 [in, string] LPCWSTR pszEmptyText);
1716 HRESULT SetFolderSettings(
1717 [in] const FOLDERSETTINGS *pfs);
1719 HRESULT Advise(
1720 [in] IExplorerBrowserEvents *psbe,
1721 [out] DWORD *pdwCookie);
1723 HRESULT Unadvise(
1724 [in] DWORD dwCookie);
1726 HRESULT SetOptions(
1727 [in] EXPLORER_BROWSER_OPTIONS dwFlag);
1729 HRESULT GetOptions(
1730 [out] EXPLORER_BROWSER_OPTIONS *pdwFlag);
1732 HRESULT BrowseToIDList(
1733 [in] PCUIDLIST_RELATIVE pidl,
1734 [in] UINT uFlags);
1736 HRESULT BrowseToObject(
1737 [in] IUnknown *punk,
1738 [in] UINT uFlags);
1740 HRESULT FillFromObject(
1741 [in] IUnknown *punk,
1742 [in] EXPLORER_BROWSER_FILL_FLAGS dwFlags);
1744 HRESULT RemoveAll();
1746 HRESULT GetCurrentView(
1747 [in] REFIID riid,
1748 [out, iid_is(riid)] IUnknown **ppv);