Changeset 640 for trunk/include/win/wine/obj_oleview.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleview.h
r94 r640 1 /* $Id: obj_oleview.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to ViewObject … … 12 11 #include "winbase.h" 13 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif /* defined(__cplusplus) */ 14 16 15 17 /***************************************************************************** … … 35 37 #define ICOM_INTERFACE IViewObject 36 38 #define IViewObject_METHODS \ 37 ICOM_METHOD10(HRESULT,Draw, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hdcTargetDev, HDC,hdcDraw, LPCRECTL,lprcBounds, LPCRECTL,lprcWBounds, IVO_ContCallback, pfnContinue, DWORD,dwContinue) 39 ICOM_METHOD10(HRESULT,Draw, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hdcTargetDev, HDC,hdcDraw, LPCRECTL,lprcBounds, LPCRECTL,lprcWBounds, IVO_ContCallback, pfnContinue, DWORD,dwContinue) \ 38 40 ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, LOGPALETTE**,ppColorSet) \ 39 41 ICOM_METHOD4(HRESULT,Freeze, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DWORD*,pdwFreeze) \ … … 91 93 #endif 92 94 93 95 #ifdef __cplusplus 96 } /* extern "C" */ 97 #endif /* defined(__cplusplus) */ 94 98 95 99 #endif /* __WINE_WINE_OBJ_OLEVIEW_H */
Note:
See TracChangeset
for help on using the changeset viewer.