Ignore:
Timestamp:
Jan 30, 2004, 11:22:02 PM (22 years ago)
Author:
bird
Message:

#682: Drag & Drop fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_inplace.h

    r641 r10435  
    1 /* $Id: obj_inplace.h,v 1.5 1999-08-22 22:52:08 sandervl Exp $ */
     1/* $Id: obj_inplace.h,v 1.6 2004-01-30 22:22:01 bird Exp $ */
    22/*
    33 * Defines the COM interfaces and APIs related to structured data storage.
    4  * 
     4 *
    55 * Depends on 'obj_base.h'.
    66 */
     
    107107        OLECONTF_ONLYIFRUNNING = 16
    108108} OLECONTF;
    109  
     109
    110110typedef HGLOBAL HOLEMENU;
    111111typedef LPRECT LPBORDERWIDTHS;
     
    264264#define IOleInPlaceUIWindow_SetActiveObject(p,a,b)    ICOM_CALL2(SetActiveObject,p,a,b)
    265265#endif
    266                                  
     266                               
    267267
    268268/*****************************************************************************
     
    289289#define IOleInPlaceFrame_Release(p)               ICOM_CALL (Release,p)
    290290/*** IOleWindow methods ***/
    291 #define IOleInPlaceFrame_GetWindow                ICOM_CALL1(GetWindow,p,a)
    292 #define IOleInPlaceFrame_ContextSensitiveHelp     ICOM_CALL1(ContextSensitiveHelp,p,a)
     291#define IOleInPlaceFrame_GetWindow(p,a)             ICOM_CALL1(GetWindow,p,a)
     292#define IOleInPlaceFrame_ContextSensitiveHelp(p,a)  ICOM_CALL1(ContextSensitiveHelp,p,a)
    293293/*** IOleInPlaceUIWindow methods ***/
    294 #define IOleInPlaceFrame_GetBorder                ICOM_CALL1(GetBorder,p,a)
    295 #define IOleInPlaceFrame_RequestBorderSpace       ICOM_CALL1(RequestBorderSpace,p,a)
    296 #define IOleInPlaceFrame_SetBorderSpace           ICOM_CALL1(SetBorderSpace,p,a)
    297 #define IOleInPlaceFrame_SetActiveObject          ICOM_CALL2(SetActiveObject,p,a,b)
     294#define IOleInPlaceFrame_GetBorder(p,a)             ICOM_CALL1(GetBorder,p,a)
     295#define IOleInPlaceFrame_RequestBorderSpace(p,a)    ICOM_CALL1(RequestBorderSpace,p,a)
     296#define IOleInPlaceFrame_SetBorderSpace(p,a)        ICOM_CALL1(SetBorderSpace,p,a)
     297#define IOleInPlaceFrame_SetActiveObject(p,a,b)     ICOM_CALL2(SetActiveObject,p,a,b)
    298298/*** IOleInPlaceFrame methods ***/
    299 #define IOleInPlaceFrame_InsertMenus              ICOM_CALL2(InsertMenus,p,a,b)
    300 #define IOleInPlaceFrame_SetMenu                  ICOM_CALL3(SetMenu,p,a,b,c)
    301 #define IOleInPlaceFrame_RemoveMenus              ICOM_CALL1(RemoveMenus,p,a)
    302 #define IOleInPlaceFrame_SetStatusText            ICOM_CALL1(SetStatusText,p,a)
    303 #define IOleInPlaceFrame_EnableModeless           ICOM_CALL1(EnableModeless,p,a)
    304 #define IOleInPlaceFrame_TranslateAccelerator    ICOM_CALL2(TranslateAccelerator,p,a,b)
    305 #endif
    306                                  
     299#define IOleInPlaceFrame_InsertMenus(p,a,b)         ICOM_CALL2(InsertMenus,p,a,b)
     300#define IOleInPlaceFrame_SetMenu(p,a,b,c)           ICOM_CALL3(SetMenu,p,a,b,c)
     301#define IOleInPlaceFrame_RemoveMenus(p,a)           ICOM_CALL1(RemoveMenus,p,a)
     302#define IOleInPlaceFrame_SetStatusText(p,a)         ICOM_CALL1(SetStatusText,p,a)
     303#define IOleInPlaceFrame_EnableModeless(p,a)        ICOM_CALL1(EnableModeless,p,a)
     304#define IOleInPlaceFrame_TranslateAccelerator(p,a,b) ICOM_CALL2(TranslateAccelerator,p,a,b)
     305#endif
     306                               
    307307
    308308/*****************************************************************************
     
    401401#define IParseDisplayName_ParseDisplayName(p,a,b,c,d) ICOM_CALL4(ParseDisplayName,p,a,b,c,d)
    402402#endif
    403                                  
     403                               
    404404                               
    405405/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.