Ignore:
Timestamp:
Aug 23, 1999, 12:52:05 AM (26 years ago)
Author:
sandervl
Message:

Updated Wine headers

File:
1 edited

Legend:

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

    r94 r640  
    1 /* $Id: obj_inplace.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to structured data storage.
     
    1312#include "winuser.h"
    1413#include "wine/obj_moniker.h"
     14
     15#ifdef __cplusplus
     16extern "C" {
     17#endif /* defined(__cplusplus) */
    1518
    1619/*****************************************************************************
     
    9598} BINDSPEED;
    9699
     100typedef enum tagOLECONTF
     101{
     102        OLECONTF_EMBEDDINGS = 1,
     103        OLECONTF_LINKS = 2,
     104        OLECONTF_OTHERS = 4,
     105        OLECONTF_OLNYUSER = 8,
     106        OLECONTF_ONLYIFRUNNING = 16
     107} OLECONTF;
     108 
    97109typedef HGLOBAL HOLEMENU;
    98110typedef LPRECT LPBORDERWIDTHS;
     
    421433#define ICOM_INTERFACE IOleItemContainer
    422434#define IOleItemContainer_METHODS \
    423         ICOM_METHOD5(HRESULT,GetObject, LPOLESTR,pszItem, DWORD,dwSpeedNeeded, IBindCtx*,pbc, REFIID,riid, void*,ppvObject) \
    424         ICOM_METHOD4(HRESULT,GetObjectStorage, LPOLESTR,pszItem, IBindCtx*,pbc, REFIID,riid, void*,ppvStorage) \
     435        ICOM_METHOD5(HRESULT,GetObject, LPOLESTR,pszItem, DWORD,dwSpeedNeeded, IBindCtx*,pbc, REFIID,riid, void**,ppvObject) \
     436        ICOM_METHOD4(HRESULT,GetObjectStorage, LPOLESTR,pszItem, IBindCtx*,pbc, REFIID,riid, void**,ppvStorage) \
    425437        ICOM_METHOD1(HRESULT,IsRunning, LPOLESTR,pszItem)
    426438#define IOleItemContainer_IMETHODS \
     
    483495#endif
    484496
     497#ifdef __cplusplus
     498} /* extern "C" */
     499#endif /* defined(__cplusplus) */
    485500
    486501#endif /* __WINE_WINE_OBJ_INPLACE_H */
Note: See TracChangeset for help on using the changeset viewer.