Searched defs:dragDrop (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h10493 virtual HRESULT WINAPI dragDrop(VARIANT_BOOL *pfRet) = 0;
10547 HRESULT (WINAPI *dragDrop)(IHTMLElement3 *This,VARIANT_BOOL *pfRet); member in struct:IHTMLElement3Vtbl
10603 #define IHTMLElement3_dragDrop(This,pfRet) (This)->lpVtbl->dragDrop(This,pfRet)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h10493 virtual HRESULT WINAPI dragDrop(VARIANT_BOOL *pfRet) = 0;
10547 HRESULT (WINAPI *dragDrop)(IHTMLElement3 *This,VARIANT_BOOL *pfRet); member in struct:IHTMLElement3Vtbl
10603 #define IHTMLElement3_dragDrop(This,pfRet) (This)->lpVtbl->dragDrop(This,pfRet)
[all...]

Completed in 293 milliseconds