:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / include / ole32 / obj_shellextinit.h
1 /************************************************************
2  *    IShellExtInit
3  */
4
5 #ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
6 #define __WINE_WINE_OBJ_SHELLEXTINIT_H
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* defined(__cplusplus) */
11
12 typedef struct  IShellExtInit IShellExtInit, *LPSHELLEXTINIT;
13
14 #define ICOM_INTERFACE IShellExtInit
15 #define IShellExtInit_METHODS \
16         ICOM_METHOD3(HRESULT, Initialize, LPCITEMIDLIST, pidlFolder, LPDATAOBJECT, lpdobj, HKEY, hkeyProgID)
17 #define IShellExtInit_IMETHODS \
18         IUnknown_IMETHODS \
19         IShellExtInit_METHODS
20 ICOM_DEFINE(IShellExtInit,IUnknown)
21 #undef ICOM_INTERFACE
22
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)
29
30 #ifdef __cplusplus
31 } /* extern "C" */
32 #endif /* defined(__cplusplus) */
33
34 #endif /* __WINE_WINE_OBJ_SHELLEXTINIT_H */