Changeset 4033 for trunk/include/win/wine/obj_shellextinit.h
- Timestamp:
- Aug 18, 2000, 4:04:23 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shellextinit.h
r641 r4033 1 /* $Id: obj_shellextinit.h,v 1. 5 1999-08-22 22:52:10 sandervlExp $ */1 /* $Id: obj_shellextinit.h,v 1.6 2000-08-18 02:04:20 phaller Exp $ */ 2 2 /************************************************************ 3 3 * IShellExtInit … … 17 17 18 18 typedef struct IShellExtInit IShellExtInit, *LPSHELLEXTINIT; 19 DEFINE_SHLGUID(IID_IShellExtInit, 0x000214E8L, 0, 0);20 19 21 20 #define ICOM_INTERFACE IShellExtInit … … 29 28 30 29 #ifdef ICOM_CINTERFACE 30 /*** IUnknown methods ***/ 31 31 #define IShellExtInit_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b) 32 32 #define IShellExtInit_AddRef(p) ICOM_CALL(AddRef,p) 33 33 #define IShellExtInit_Release(p) ICOM_CALL(Release,p) 34 /*** IShellExtInit methods ***/ 34 35 #define IShellExtInit_Initialize(p,a,b,c) ICOM_CALL3(Initialize,p,a,b,c) 35 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.