|
ReactOS 0.4.17-dev-470-gf9e3448
|


Classes | |
| struct | _tagAUTHENTICATEINFO |
Public Types | |
| enum | AUTHENTICATEF { AUTHENTICATEF_PROXY = 0x00000001 , AUTHENTICATEF_BASIC = 0x00000002 , AUTHENTICATEF_HTTP = 0x00000004 } |
| typedef IAuthenticateEx * | LPAUTHENTICATIONEX |
| typedef struct IAuthenticateEx::_tagAUTHENTICATEINFO | AUTHENTICATEINFO |
Public Types inherited from IAuthenticate | |
| typedef IAuthenticate * | LPAUTHENTICATION |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | AuthenticateEx ([out] HWND *phwnd, [out] LPWSTR *pszUsername, [out] LPWSTR *pszPassword, [in] AUTHENTICATEINFO *pauthinfo) |
Public Member Functions inherited from IAuthenticate | |
| HRESULT | Authenticate ([out] HWND *phwnd, [out] LPWSTR *pszUsername, [out] LPWSTR *pszPassword) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 416 of file urlmon.idl.
Definition at line 418 of file urlmon.idl.
| Enumerator | |
|---|---|
| AUTHENTICATEF_PROXY | |
| AUTHENTICATEF_BASIC | |
| AUTHENTICATEF_HTTP | |
Definition at line 420 of file urlmon.idl.
| HRESULT IAuthenticateEx::AuthenticateEx | ( | [out] HWND * | phwnd, |
| [out] LPWSTR * | pszUsername, | ||
| [out] LPWSTR * | pszPassword, | ||
| [in] AUTHENTICATEINFO * | pauthinfo | ||
| ) |