|
| WINE_DEFAULT_DEBUG_CHANNEL (hlink) |
|
static ExtensionService * | impl_from_IUnknown (IUnknown *iface) |
|
static HRESULT WINAPI | ExtServUnk_QueryInterface (IUnknown *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | ExtServUnk_AddRef (IUnknown *iface) |
|
static ULONG WINAPI | ExtServUnk_Release (IUnknown *iface) |
|
static ExtensionService * | impl_from_IAuthenticate (IAuthenticate *iface) |
|
static HRESULT WINAPI | Authenticate_QueryInterface (IAuthenticate *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | Authenticate_AddRef (IAuthenticate *iface) |
|
static ULONG WINAPI | Authenticate_Release (IAuthenticate *iface) |
|
static HRESULT WINAPI | Authenticate_Authenticate (IAuthenticate *iface, HWND *phwnd, LPWSTR *pszUsername, LPWSTR *pszPassword) |
|
static ExtensionService * | impl_from_IHttpNegotiate (IHttpNegotiate *iface) |
|
static HRESULT WINAPI | HttpNegotiate_QueryInterface (IHttpNegotiate *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HttpNegotiate_AddRef (IHttpNegotiate *iface) |
|
static ULONG WINAPI | HttpNegotiate_Release (IHttpNegotiate *iface) |
|
static HRESULT WINAPI | HttpNegotiate_BeginningTransaction (IHttpNegotiate *iface, LPCWSTR szURL, LPCWSTR szHeaders, DWORD dwReserved, LPWSTR *pszAdditionalHeaders) |
|
static HRESULT WINAPI | HttpNegotiate_OnResponse (IHttpNegotiate *iface, DWORD dwResponseCode, LPCWSTR szResponseHeaders, LPCWSTR szRequestHeaders, LPWSTR *pszAdditionalRequestHeaders) |
|
static ExtensionService * | impl_from_IExtensionServices (IExtensionServices *iface) |
|
static HRESULT WINAPI | ExtServ_QueryInterface (IExtensionServices *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | ExtServ_AddRef (IExtensionServices *iface) |
|
static ULONG WINAPI | ExtServ_Release (IExtensionServices *iface) |
|
static HRESULT | ExtServ_ImplSetAdditionalHeaders (ExtensionService *This, LPCWSTR pwzAdditionalHeaders) |
|
static HRESULT WINAPI | ExtServ_SetAdditionalHeaders (IExtensionServices *iface, LPCWSTR pwzAdditionalHeaders) |
|
static HRESULT | ExtServ_ImplSetAuthenticateData (ExtensionService *This, HWND phwnd, LPCWSTR pwzUsername, LPCWSTR pwzPassword) |
|
static HRESULT WINAPI | ExtServ_SetAuthenticateData (IExtensionServices *iface, HWND phwnd, LPCWSTR pwzUsername, LPCWSTR pwzPassword) |
|
HRESULT WINAPI | HlinkCreateExtensionServices (LPCWSTR pwzAdditionalHeaders, HWND phwnd, LPCWSTR pszUsername, LPCWSTR pszPassword, IUnknown *punkOuter, REFIID riid, void **ppv) |
|