Changeset 801 for trunk/include/win/wine/obj_oleview.h
- Timestamp:
- Sep 2, 1999, 9:07:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleview.h
r641 r801 1 /* $Id: obj_oleview.h,v 1. 5 1999-08-22 22:52:09 sandervlExp $ */1 /* $Id: obj_oleview.h,v 1.6 1999-09-02 19:07:18 phaller Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to ViewObject 4 4 * 5 * Depends on 'obj_base.h'.6 5 */ 7 6 … … 10 9 11 10 12 #include "winbase.h" 11 #include "wine/obj_base.h" 12 #include "wine/obj_dataobject.h" 13 14 struct tagLOGPALETTE; 13 15 14 16 #ifdef __cplusplus … … 39 41 #define IViewObject_METHODS \ 40 42 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) \ 41 ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, LOGPALETTE**,ppColorSet) \43 ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, struct tagLOGPALETTE**,ppColorSet) \ 42 44 ICOM_METHOD4(HRESULT,Freeze, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DWORD*,pdwFreeze) \ 43 45 ICOM_METHOD1(HRESULT,Unfreeze, DWORD,dwFreeze) \
Note:
See TracChangeset
for help on using the changeset viewer.