Changeset 43 for trunk/include/win/wine/obj_oleview.h
- Timestamp:
- Jun 7, 1999, 3:36:00 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleview.h
r4 r43 1 /* $Id: obj_oleview.h,v 1.1 1999-05-24 20:19:26 ktk Exp $ */2 3 1 /* 4 2 * Defines the COM interfaces and APIs related to ViewObject … … 32 30 * IViewObject interface 33 31 */ 34 typedef BOOL (CALLBACK* pfnContinue)(DWORD);32 typedef BOOL (CALLBACK* IVO_ContCallback)(DWORD); 35 33 36 34 #define ICOM_INTERFACE IViewObject 37 35 #define IViewObject_METHODS \ 38 ICOM_METHOD10(HRESULT,Draw, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hdcTargetDev, HDC,hdcDraw, LPCRECTL,lprcBounds, LPCRECTL,lprcWBounds, pfnContinue,, DWORD,dwContinue) \36 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 37 ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, LOGPALETTE**,ppColorSet) \ 40 38 ICOM_METHOD4(HRESULT,Freeze, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DWORD*,pdwFreeze) \
Note:
See TracChangeset
for help on using the changeset viewer.