comparison dwt/internal/ole/win32/COMAPI.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents 07e8963537b7
children 41a9fce66f7f
comparison
equal deleted inserted replaced
212:ab60f3309436 213:36f5cb12e1a2
205 STGMEDIUM * pmedium //Pointer to storage medium to be freed 205 STGMEDIUM * pmedium //Pointer to storage medium to be freed
206 ); 206 );
207 WINOLEAPI RevokeDragDrop( 207 WINOLEAPI RevokeDragDrop(
208 HWND hwnd //Handle to a window that can accept drops 208 HWND hwnd //Handle to a window that can accept drops
209 ); 209 );
210 HRESULT SHDoDragDrop(
211 HWND hwnd,
212 IDataObject *pdtobj,
213 IDropSource *pdsrc,
214 DWORD dwEffect,
215 DWORD *pdwEffect
216 );
210 HRESULT StgCreateDocfile( 217 HRESULT StgCreateDocfile(
211 WCHAR* pwcsName, 218 WCHAR* pwcsName,
212 DWORD grfMode, 219 DWORD grfMode,
213 DWORD reserved, 220 DWORD reserved,
214 LPSTORAGE* ppstgOpen 221 LPSTORAGE* ppstgOpen