Home | History | Annotate | Download | only in include

Lines Matching refs:IDropSource

125 typedef struct IDropSource IDropSource;
1330 typedef IDropSource *LPDROPSOURCE;
1334 struct IDropSource : public IUnknown {
1342 HRESULT (WINAPI *QueryInterface)(IDropSource *This,REFIID riid,void **ppvObject);
1343 ULONG (WINAPI *AddRef)(IDropSource *This);
1344 ULONG (WINAPI *Release)(IDropSource *This);
1345 HRESULT (WINAPI *QueryContinueDrag)(IDropSource *This,WINBOOL fEscapePressed,DWORD grfKeyState);
1346 HRESULT (WINAPI *GiveFeedback)(IDropSource *This,DWORD dwEffect);
1349 struct IDropSource {
1360 HRESULT WINAPI IDropSource_QueryContinueDrag_Proxy(IDropSource *This,WINBOOL fEscapePressed,DWORD grfKeyState);
1362 HRESULT WINAPI IDropSource_GiveFeedback_Proxy(IDropSource *This,DWORD dwEffect);