Searched refs:IServerXMLHTTPRequest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | msxml2.h | 386 typedef struct IServerXMLHTTPRequest IServerXMLHTTPRequest; typedef 7252 struct IServerXMLHTTPRequest : public IXMLHTTPRequest { struct 7262 HRESULT (WINAPI *QueryInterface)(IServerXMLHTTPRequest *This,REFIID riid,void **ppvObject); 7263 ULONG (WINAPI *AddRef)(IServerXMLHTTPRequest *This); 7264 ULONG (WINAPI *Release)(IServerXMLHTTPRequest *This); 7265 HRESULT (WINAPI *GetTypeInfoCount)(IServerXMLHTTPRequest *This,UINT *pctinfo); 7266 …HRESULT (WINAPI *GetTypeInfo)(IServerXMLHTTPRequest *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf… 7267 …HRESULT (WINAPI *GetIDsOfNames)(IServerXMLHTTPRequest *This,REFIID riid,LPOLESTR *rgszNames,UINT c… 7268 …HRESULT (WINAPI *Invoke)(IServerXMLHTTPRequest *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR… 7269 …HRESULT (WINAPI *open)(IServerXMLHTTPRequest *This,BSTR bstrMethod,BSTR bstrUrl,VARIANT varAsync,V… [all …]
|