Searched defs:IHttpNegotiate (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | urlmon.h | 62 typedef struct IHttpNegotiate IHttpNegotiate; typedef in typeref:struct:IHttpNegotiate 1199 typedef IHttpNegotiate *LPHTTPNEGOTIATE; 1203 struct IHttpNegotiate : public IUnknown { struct in inherits:IUnknown 1211 HRESULT (WINAPI *QueryInterface)(IHttpNegotiate *This,REFIID riid,void **ppvObject); 1212 ULONG (WINAPI *AddRef)(IHttpNegotiate *This); 1213 ULONG (WINAPI *Release)(IHttpNegotiate *This); 1214 HRESULT (WINAPI *BeginningTransaction)(IHttpNegotiate *This,LPCWSTR szURL,LPCWSTR szHeaders,DWORD dwReserved,LPWSTR *pszAdditionalHeaders); 1215 HRESULT (WINAPI *OnResponse)(IHttpNegotiate *This,DWORD dwResponseCode,LPCWSTR szResponseHeaders,LPCWSTR szRequestHeaders,LPWSTR *pszAdditionalRequestHeaders); 1218 struct IHttpNegotiate { struct [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | urlmon.h | 62 typedef struct IHttpNegotiate IHttpNegotiate; typedef in typeref:struct:IHttpNegotiate 1199 typedef IHttpNegotiate *LPHTTPNEGOTIATE; 1203 struct IHttpNegotiate : public IUnknown { struct in inherits:IUnknown 1211 HRESULT (WINAPI *QueryInterface)(IHttpNegotiate *This,REFIID riid,void **ppvObject); 1212 ULONG (WINAPI *AddRef)(IHttpNegotiate *This); 1213 ULONG (WINAPI *Release)(IHttpNegotiate *This); 1214 HRESULT (WINAPI *BeginningTransaction)(IHttpNegotiate *This,LPCWSTR szURL,LPCWSTR szHeaders,DWORD dwReserved,LPWSTR *pszAdditionalHeaders); 1215 HRESULT (WINAPI *OnResponse)(IHttpNegotiate *This,DWORD dwResponseCode,LPCWSTR szResponseHeaders,LPCWSTR szRequestHeaders,LPWSTR *pszAdditionalRequestHeaders); 1218 struct IHttpNegotiate { struct [all...] |
Completed in 77 milliseconds