Ignore:
Timestamp:
Jun 7, 1999, 3:36:00 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

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 
    31/*
    42 * Defines the COM interfaces and APIs related to ViewObject
     
    3230 * IViewObject interface
    3331 */
    34 typedef BOOL    (CALLBACK* pfnContinue)(DWORD);
     32typedef BOOL    (CALLBACK* IVO_ContCallback)(DWORD);
    3533
    3634#define ICOM_INTERFACE IViewObject
    3735#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)
    3937        ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, LOGPALETTE**,ppColorSet) \
    4038        ICOM_METHOD4(HRESULT,Freeze, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DWORD*,pdwFreeze) \
Note: See TracChangeset for help on using the changeset viewer.