Ignore:
Timestamp:
Apr 26, 2001, 9:23:49 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ole2.h

    r818 r5598  
    1818#include "oleauto.h"
    1919#endif
    20 struct tagMSG;
    2120
    2221#ifdef __cplusplus
     
    9291HRESULT     WINAPI OleFlushClipboard(void);
    9392HRESULT     WINAPI SetConvertStg(LPSTORAGE pStg, BOOL fConvert);
    94 BOOL        WINAPI IsAccelerator(HACCEL hAccel, int cAccelEntries, struct tagMSG* lpMsg, WORD* lpwCmd);
     93BOOL        WINAPI IsAccelerator(HACCEL hAccel, int cAccelEntries, LPMSG lpMsg, WORD* lpwCmd);
    9594HRESULT     WINAPI OleCreateLinkToFile(LPCOLESTR lpszFileName, REFIID riid, DWORD renderopt, LPFORMATETC lpFormatEtc,
    9695                LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID* ppvObj);
    9796HRESULT     WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags);
    9897HRESULT     WINAPI WriteFmtUserTypeStg(LPSTORAGE pstg, CLIPFORMAT cf, LPOLESTR lpszUserType);
    99 HRESULT     WINAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame, LPOLEINPLACEFRAMEINFO lpFrameInfo, struct tagMSG* lpmsg);
     98HRESULT     WINAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame, LPOLEINPLACEFRAMEINFO lpFrameInfo, LPMSG lpmsg);
    10099HRESULT     WINAPI OleCreateFromData(LPDATAOBJECT pSrcDataObj, REFIID riid, DWORD renderopt, LPFORMATETC pFormatEtc,
    101100                LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID* ppvObj);
Note: See TracChangeset for help on using the changeset viewer.