ReactOS 0.4.17-dev-470-gf9e3448
IAuthenticateEx Interface Reference
Inheritance diagram for IAuthenticateEx:
Collaboration diagram for IAuthenticateEx:

Classes

struct  _tagAUTHENTICATEINFO
 

Public Types

enum  AUTHENTICATEF { AUTHENTICATEF_PROXY = 0x00000001 , AUTHENTICATEF_BASIC = 0x00000002 , AUTHENTICATEF_HTTP = 0x00000004 }
 
typedef IAuthenticateExLPAUTHENTICATIONEX
 
typedef struct IAuthenticateEx::_tagAUTHENTICATEINFO AUTHENTICATEINFO
 
- Public Types inherited from IAuthenticate
typedef IAuthenticateLPAUTHENTICATION
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

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 ()
 

Detailed Description

Definition at line 416 of file urlmon.idl.

Member Typedef Documentation

◆ AUTHENTICATEINFO

◆ LPAUTHENTICATIONEX

Definition at line 418 of file urlmon.idl.

Member Enumeration Documentation

◆ AUTHENTICATEF

Enumerator
AUTHENTICATEF_PROXY 
AUTHENTICATEF_BASIC 
AUTHENTICATEF_HTTP 

Definition at line 420 of file urlmon.idl.

420 {
421 AUTHENTICATEF_PROXY = 0x00000001,
422 AUTHENTICATEF_BASIC = 0x00000002,
423 AUTHENTICATEF_HTTP = 0x00000004

Member Function Documentation

◆ AuthenticateEx()

HRESULT IAuthenticateEx::AuthenticateEx ( [out] HWND phwnd,
[out] LPWSTR pszUsername,
[out] LPWSTR pszPassword,
[in] AUTHENTICATEINFO pauthinfo 
)

The documentation for this interface was generated from the following file: