1 /************************************************************
5 #ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
6 #define __WINE_WINE_OBJ_SHELLEXTINIT_H
10 #endif /* defined(__cplusplus) */
12 typedef struct IShellExtInit IShellExtInit, *LPSHELLEXTINIT;
14 #define ICOM_INTERFACE IShellExtInit
15 #define IShellExtInit_METHODS \
16 ICOM_METHOD3(HRESULT, Initialize, LPCITEMIDLIST, pidlFolder, LPDATAOBJECT, lpdobj, HKEY, hkeyProgID)
17 #define IShellExtInit_IMETHODS \
20 ICOM_DEFINE(IShellExtInit,IUnknown)
23 /*** IUnknown methods ***/
24 #define IShellExtInit_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
25 #define IShellExtInit_AddRef(p) ICOM_CALL(AddRef,p)
26 #define IShellExtInit_Release(p) ICOM_CALL(Release,p)
27 /*** IShellExtInit methods ***/
28 #define IShellExtInit_Initialize(p,a,b,c) ICOM_CALL3(Initialize,p,a,b,c)
32 #endif /* defined(__cplusplus) */
34 #endif /* __WINE_WINE_OBJ_SHELLEXTINIT_H */