Changeset 7925 for trunk/include/win/wine/obj_marshal.h
- Timestamp:
- Feb 15, 2002, 6:16:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_marshal.h
r641 r7925 1 /* $Id: obj_marshal.h,v 1.5 1999-08-22 22:52:08 sandervl Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs that allow an interface to … … 7 6 #ifndef __WINE_WINE_OBJ_MARSHAL_H 8 7 #define __WINE_WINE_OBJ_MARSHAL_H 9 10 #include "wine/obj_base.h"11 #include "wine/obj_storage.h"12 8 13 9 #ifdef __cplusplus … … 23 19 DEFINE_OLEGUID(IID_IStdMarshalInfo, 0x00000018L, 0, 0); 24 20 typedef struct IStdMarshalInfo IStdMarshalInfo,*LPSTDMARSHALINFO; 21 22 DEFINE_OLEGUID(CLSID_DfMarshal, 0x0000030BL, 0, 0); 25 23 26 24 … … 42 40 #undef ICOM_INTERFACE 43 41 44 #ifdef ICOM_CINTERFACE45 42 /*** IUnknown methods ***/ 46 43 #define IMarshal_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b) … … 54 51 #define IMarshal_ReleaseMarshalData(p,a) ICOM_CALL1(ReleaseMarshalData,p,a) 55 52 #define IMarshal_DisconnectObject(p,a) ICOM_CALL1(DisconnectObject,p,a) 56 #endif57 53 58 54 … … 69 65 #undef ICOM_INTERFACE 70 66 71 #ifdef ICOM_CINTERFACE72 67 /*** IUnknown methods ***/ 73 68 #define IStdMarshalInfo_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b) … … 76 71 /*** IStdMarshalInfo methods ***/ 77 72 #define IStdMarshalInfo_GetClassForHandler(p,a,b,c) ICOM_CALL3(GetClassForHandler,p,a,b,c) 78 #endif79 73 80 74
Note:
See TracChangeset
for help on using the changeset viewer.