Changeset 5598 for trunk/include/win/ole2.h
- Timestamp:
- Apr 26, 2001, 9:23:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ole2.h
r818 r5598 18 18 #include "oleauto.h" 19 19 #endif 20 struct tagMSG;21 20 22 21 #ifdef __cplusplus … … 92 91 HRESULT WINAPI OleFlushClipboard(void); 93 92 HRESULT WINAPI SetConvertStg(LPSTORAGE pStg, BOOL fConvert); 94 BOOL WINAPI IsAccelerator(HACCEL hAccel, int cAccelEntries, struct tagMSG*lpMsg, WORD* lpwCmd);93 BOOL WINAPI IsAccelerator(HACCEL hAccel, int cAccelEntries, LPMSG lpMsg, WORD* lpwCmd); 95 94 HRESULT WINAPI OleCreateLinkToFile(LPCOLESTR lpszFileName, REFIID riid, DWORD renderopt, LPFORMATETC lpFormatEtc, 96 95 LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID* ppvObj); 97 96 HRESULT WINAPI OleDuplicateData(HANDLE hSrc, CLIPFORMAT cfFormat, UINT uiFlags); 98 97 HRESULT WINAPI WriteFmtUserTypeStg(LPSTORAGE pstg, CLIPFORMAT cf, LPOLESTR lpszUserType); 99 HRESULT WINAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame, LPOLEINPLACEFRAMEINFO lpFrameInfo, struct tagMSG*lpmsg);98 HRESULT WINAPI OleTranslateAccelerator (LPOLEINPLACEFRAME lpFrame, LPOLEINPLACEFRAMEINFO lpFrameInfo, LPMSG lpmsg); 100 99 HRESULT WINAPI OleCreateFromData(LPDATAOBJECT pSrcDataObj, REFIID riid, DWORD renderopt, LPFORMATETC pFormatEtc, 101 100 LPOLECLIENTSITE pClientSite, LPSTORAGE pStg, LPVOID* ppvObj);
Note:
See TracChangeset
for help on using the changeset viewer.