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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h9998 virtual HRESULT WINAPI put_dir(BSTR v) = 0;
10107 HRESULT (WINAPI *put_dir)(IHTMLElement2 *This,BSTR v); member in struct:IHTMLElement2Vtbl
10218 #define IHTMLElement2_put_dir(This,v) (This)->lpVtbl->put_dir(This,v)
13026 virtual HRESULT WINAPI put_dir(BSTR v) = 0;
13061 HRESULT (WINAPI *put_dir)(IHTMLFormElement *This,BSTR v); member in struct:IHTMLFormElementVtbl
13098 #define IHTMLFormElement_put_dir(This,v) (This)->lpVtbl->put_dir(This,v)
23372 HRESULT (WINAPI *put_dir)(IHTMLDocument3 *This,BSTR v); member in struct:IHTMLDocument3Vtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h9998 virtual HRESULT WINAPI put_dir(BSTR v) = 0;
10107 HRESULT (WINAPI *put_dir)(IHTMLElement2 *This,BSTR v); member in struct:IHTMLElement2Vtbl
10218 #define IHTMLElement2_put_dir(This,v) (This)->lpVtbl->put_dir(This,v)
13026 virtual HRESULT WINAPI put_dir(BSTR v) = 0;
13061 HRESULT (WINAPI *put_dir)(IHTMLFormElement *This,BSTR v); member in struct:IHTMLFormElementVtbl
13098 #define IHTMLFormElement_put_dir(This,v) (This)->lpVtbl->put_dir(This,v)
23372 HRESULT (WINAPI *put_dir)(IHTMLDocument3 *This,BSTR v); member in struct:IHTMLDocument3Vtbl
[all...]

Completed in 283 milliseconds