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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h8377 virtual HRESULT WINAPI put_onkeydown(VARIANT v) = 0;
8475 HRESULT (WINAPI *put_onkeydown)(IHTMLElement *This,VARIANT v); member in struct:IHTMLElementVtbl
8575 #define IHTMLElement_put_onkeydown(This,v) (This)->lpVtbl->put_onkeydown(This,v)
21900 HRESULT (WINAPI *put_onkeydown)(IHTMLDocument2 *This,VARIANT v); member in struct:IHTMLDocument2Vtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h8377 virtual HRESULT WINAPI put_onkeydown(VARIANT v) = 0;
8475 HRESULT (WINAPI *put_onkeydown)(IHTMLElement *This,VARIANT v); member in struct:IHTMLElementVtbl
8575 #define IHTMLElement_put_onkeydown(This,v) (This)->lpVtbl->put_onkeydown(This,v)
21900 HRESULT (WINAPI *put_onkeydown)(IHTMLDocument2 *This,VARIANT v); member in struct:IHTMLDocument2Vtbl
[all...]

Completed in 510 milliseconds