Fixed double applet = applet = assignment.
[wine/wine64.git] / dlls / shell32 / shell32_main.h
blobd468eb185240440a05d5821a0140ac51216714db
1 /*
2 * internal Shell32 Library definitions
4 * Copyright 1998 Marcus Meissner
5 * Copyright 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 #ifndef __WINE_SHELL_MAIN_H
23 #define __WINE_SHELL_MAIN_H
25 #include <stdarg.h>
27 #include "windef.h"
28 #include "winbase.h"
29 #include "wingdi.h"
30 #include "winuser.h"
31 #include "winnls.h"
32 #include "commctrl.h"
33 #include "docobj.h"
34 #include "undocshell.h"
35 #include "shlobj.h"
36 #include "shellapi.h"
37 #include "wine/windef16.h"
38 #include "wine/unicode.h"
40 /*******************************************
41 * global SHELL32.DLL variables
43 extern HMODULE huser32;
44 extern HINSTANCE shell32_hInstance;
45 extern HIMAGELIST ShellSmallIconList;
46 extern HIMAGELIST ShellBigIconList;
48 BOOL WINAPI Shell_GetImageList(HIMAGELIST * lpBigList, HIMAGELIST * lpSmallList);
50 /* Iconcache */
51 #define INVALID_INDEX -1
52 BOOL SIC_Initialize(void);
53 void SIC_Destroy(void);
54 BOOL PidlToSicIndex (IShellFolder * sh, LPCITEMIDLIST pidl, BOOL bBigIcon, UINT uFlags, int * pIndex);
55 INT SIC_GetIconIndex (LPCWSTR sSourceFile, INT dwSourceIndex );
57 /* Classes Root */
58 BOOL HCR_MapTypeToValueW(LPCWSTR szExtension, LPWSTR szFileType, DWORD len, BOOL bPrependDot);
59 BOOL HCR_GetExecuteCommandW( HKEY hkeyClass, LPCWSTR szClass, LPCWSTR szVerb, LPWSTR szDest, DWORD len );
60 BOOL HCR_GetDefaultIconW(LPCWSTR szClass, LPWSTR szDest, DWORD len, LPDWORD dwNr);
61 BOOL HCR_GetDefaultIconFromGUIDW(REFIID riid, LPWSTR szDest, DWORD len, LPDWORD dwNr);
62 BOOL HCR_GetClassNameW(REFIID riid, LPWSTR szDest, DWORD len);
64 /* ANSI versions of above functions, supposed to go away as soon as they are not used anymore */
65 BOOL HCR_MapTypeToValueA(LPCSTR szExtension, LPSTR szFileType, DWORD len, BOOL bPrependDot);
66 BOOL HCR_GetDefaultIconA(LPCSTR szClass, LPSTR szDest, DWORD len, LPDWORD dwNr);
67 BOOL HCR_GetClassNameA(REFIID riid, LPSTR szDest, DWORD len);
69 BOOL HCR_GetFolderAttributes(REFIID riid, LPDWORD szDest);
71 INT_PTR CALLBACK AboutDlgProc(HWND,UINT,WPARAM,LPARAM);
72 DWORD WINAPI ParseFieldA(LPCSTR src, DWORD nField, LPSTR dst, DWORD len);
73 DWORD WINAPI ParseFieldW(LPCWSTR src, DWORD nField, LPWSTR dst, DWORD len);
75 /****************************************************************************
76 * Class constructors
78 LPDATAOBJECT IDataObject_Constructor(HWND hwndOwner, LPCITEMIDLIST myPidl, LPCITEMIDLIST * apidl, UINT cidl);
79 LPENUMFORMATETC IEnumFORMATETC_Constructor(UINT, const FORMATETC []);
81 LPCLASSFACTORY IClassFactory_Constructor(REFCLSID);
82 IContextMenu2 * ISvItemCm_Constructor(LPSHELLFOLDER pSFParent, LPCITEMIDLIST pidl, LPCITEMIDLIST *aPidls, UINT uItemCount);
83 IContextMenu2 * ISvBgCm_Constructor(LPSHELLFOLDER pSFParent);
84 LPSHELLVIEW IShellView_Constructor(LPSHELLFOLDER);
86 HRESULT WINAPI IFSFolder_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
87 HRESULT WINAPI IShellLink_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
88 HRESULT WINAPI IShellLink_ConstructFromFile(IUnknown * pUnkOuter, REFIID riid, LPCITEMIDLIST pidl, LPVOID * ppv);
89 HRESULT WINAPI ISF_Desktop_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
90 HRESULT WINAPI ISF_MyComputer_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
91 HRESULT WINAPI IDropTargetHelper_Constructor (IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
92 HRESULT WINAPI IFileSystemBindData_Constructor(const WIN32_FIND_DATAW *pfd, LPBC *ppV);
93 HRESULT WINAPI IControlPanel_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
94 HRESULT WINAPI CPanel_GetIconLocationA(LPITEMIDLIST pidl, LPSTR szIconFile, UINT cchMax, int* piIndex);
95 HRESULT WINAPI CPanel_GetIconLocationW(LPITEMIDLIST pidl, LPWSTR szIconFile, UINT cchMax, int* piIndex);
96 HRESULT WINAPI CPanel_ExtractIconA(LPITEMIDLIST pidl, LPCSTR pszFile, UINT nIconIndex, HICON *phiconLarge, HICON *phiconSmall, UINT nIconSize);
97 HRESULT WINAPI CPanel_ExtractIconW(LPITEMIDLIST pidl, LPCWSTR pszFile, UINT nIconIndex, HICON *phiconLarge, HICON *phiconSmall, UINT nIconSize);
99 HRESULT WINAPI IAutoComplete_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
101 LPEXTRACTICONA IExtractIconA_Constructor(LPCITEMIDLIST);
102 LPEXTRACTICONW IExtractIconW_Constructor(LPCITEMIDLIST);
103 HRESULT CreateStreamOnFile (LPCWSTR pszFilename, DWORD grfMode, IStream ** ppstm);
105 /* FIXME: rename the functions when the shell32.dll has it's own exports namespace */
106 HRESULT WINAPI SHELL32_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID * ppv);
107 HRESULT WINAPI SHELL32_DllCanUnloadNow(void);
110 /* menu merging */
111 #define MM_ADDSEPARATOR 0x00000001L
112 #define MM_SUBMENUSHAVEIDS 0x00000002L
113 HRESULT WINAPI Shell_MergeMenus (HMENU hmDst, HMENU hmSrc, UINT uInsert, UINT uIDAdjust, UINT uIDAdjustMax, ULONG uFlags);
115 /* initialisation for FORMATETC */
116 #define InitFormatEtc(fe, cf, med) \
118 (fe).cfFormat=cf;\
119 (fe).dwAspect=DVASPECT_CONTENT;\
120 (fe).ptd=NULL;\
121 (fe).tymed=med;\
122 (fe).lindex=-1;\
125 #define KeyStateToDropEffect(kst)\
126 (((kst) & MK_CONTROL) ?\
127 (((kst) & MK_SHIFT) ? DROPEFFECT_LINK : DROPEFFECT_COPY):\
128 DROPEFFECT_MOVE)
130 /* Systray */
131 BOOL SYSTRAY_Init(void);
134 HGLOBAL RenderHDROP(LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
135 HGLOBAL RenderSHELLIDLIST (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
136 HGLOBAL RenderSHELLIDLISTOFFSET (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
137 HGLOBAL RenderFILECONTENTS (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
138 HGLOBAL RenderFILEDESCRIPTOR (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
139 HGLOBAL RenderFILENAMEA (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
140 HGLOBAL RenderFILENAMEW (LPITEMIDLIST pidlRoot, LPITEMIDLIST * apidl, UINT cidl);
141 HGLOBAL RenderPREFEREDDROPEFFECT (DWORD dwFlags);
143 /* Change Notification */
144 void InitChangeNotifications(void);
145 void FreeChangeNotifications(void);
147 /* file operation */
148 #define ASK_DELETE_FILE 1
149 #define ASK_DELETE_FOLDER 2
150 #define ASK_DELETE_MULTIPLE_ITEM 3
151 #define ASK_CREATE_FOLDER 4
152 #define ASK_OVERWRITE_FILE 5
154 BOOL SHELL_DeleteDirectoryA(LPCSTR pszDir, BOOL bShowUI);
155 BOOL SHELL_DeleteFileA(LPCSTR pszFile, BOOL bShowUI);
156 BOOL SHELL_ConfirmDialog(int nKindOfDialog, LPCSTR szDir);
158 /* 16-bit functions */
159 void WINAPI DragAcceptFiles16(HWND16 hWnd, BOOL16 b);
160 UINT16 WINAPI DragQueryFile16(HDROP16 hDrop, WORD wFile, LPSTR lpszFile, WORD wLength);
161 void WINAPI DragFinish16(HDROP16 h);
162 BOOL16 WINAPI DragQueryPoint16(HDROP16 hDrop, POINT16 *p);
163 HINSTANCE16 WINAPI ShellExecute16(HWND16,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT16);
164 HICON16 WINAPI ExtractIcon16(HINSTANCE16,LPCSTR,UINT16);
165 HICON16 WINAPI ExtractAssociatedIcon16(HINSTANCE16,LPSTR,LPWORD);
166 HICON16 WINAPI ExtractIconEx16 ( LPCSTR, INT16, HICON16 *, HICON16 *, UINT16 );
167 HINSTANCE16 WINAPI FindExecutable16(LPCSTR,LPCSTR,LPSTR);
168 HGLOBAL16 WINAPI InternalExtractIcon16(HINSTANCE16,LPCSTR,UINT16,WORD);
169 BOOL16 WINAPI ShellAbout16(HWND16,LPCSTR,LPCSTR,HICON16);
170 BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
172 inline static BOOL SHELL_OsIsUnicode(void)
174 /* if high-bit of version is 0, we are emulating NT */
175 return !(GetVersion() & 0x80000000);
178 #define __SHFreeAndNil(ptr) \
180 SHFree(*ptr); \
181 *ptr = NULL; \
183 inline static void __SHCloneStrA(char ** target,const char * source)
185 *target = SHAlloc(strlen(source)+1);
186 strcpy(*target, source);
189 inline static void __SHCloneStrWtoA(char ** target, const WCHAR * source)
191 int len = WideCharToMultiByte(CP_ACP, 0, source, -1, NULL, 0, NULL, NULL);
192 *target = SHAlloc(len);
193 WideCharToMultiByte(CP_ACP, 0, source, -1, *target, len, NULL, NULL);
196 inline static void __SHCloneStrW(WCHAR ** target, const WCHAR * source)
198 *target = SHAlloc( (strlenW(source)+1) * sizeof(WCHAR) );
199 strcpyW(*target, source);
202 inline static WCHAR * __SHCloneStrAtoW(WCHAR ** target, const char * source)
204 int len = MultiByteToWideChar(CP_ACP, 0, source, -1, NULL, 0);
205 *target = SHAlloc(len*sizeof(WCHAR));
206 MultiByteToWideChar(CP_ACP, 0, source, -1, *target, len);
207 return *target;
210 /* handle conversions */
211 #define HICON_16(h32) (LOWORD(h32))
212 #define HICON_32(h16) ((HICON)(ULONG_PTR)(h16))
213 #define HINSTANCE_32(h16) ((HINSTANCE)(ULONG_PTR)(h16))
214 #define HINSTANCE_16(h32) (LOWORD(h32))
216 typedef UINT (*SHELL_ExecuteW32)(const WCHAR *lpCmd, WCHAR *env, BOOL shWait,
217 LPSHELLEXECUTEINFOW sei, LPSHELLEXECUTEINFOW sei_out);
219 BOOL WINAPI ShellExecuteExW32(LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfunc);
221 UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
222 LPWSTR lpResult, int resultLen, LPWSTR key, WCHAR **env, LPITEMIDLIST pidl, LPCWSTR args);
224 extern WCHAR swShell32Name[MAX_PATH];
226 #endif