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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h13179 virtual HRESULT WINAPI get_acceptCharset(BSTR *p) = 0;
13193 HRESULT (WINAPI *get_acceptCharset)(IHTMLFormElement2 *This,BSTR *p); member in struct:IHTMLFormElement2Vtbl
13209 #define IHTMLFormElement2_get_acceptCharset(This,p) (This)->lpVtbl->get_acceptCharset(This,p)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h13179 virtual HRESULT WINAPI get_acceptCharset(BSTR *p) = 0;
13193 HRESULT (WINAPI *get_acceptCharset)(IHTMLFormElement2 *This,BSTR *p); member in struct:IHTMLFormElement2Vtbl
13209 #define IHTMLFormElement2_get_acceptCharset(This,p) (This)->lpVtbl->get_acceptCharset(This,p)
[all...]

Completed in 266 milliseconds