ReactOS 0.4.16-dev-527-gdad3a09
|
Public Types | |
enum | tagIXPISSTATE { IXP_IS_CONNECTED , IXP_IS_BUSY , IXP_IS_READY , IXP_IS_AUTHENTICATED } |
typedef enum IInternetTransport::tagIXPISSTATE | IXPISSTATE |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | GetServerInfo ([in, out] LPINETSERVER pInetServer) |
IXPTYPE | GetIXPType () |
HRESULT | IsState ([in] IXPISSTATE isstate) |
HRESULT | InetServerFromAccount ([in] IImnAccount *pAccount, [in, out] LPINETSERVER pInetServer) |
HRESULT | Connect ([in] LPINETSERVER pInetServer, [in] boolean fAuthenticate, [in] boolean fCommandLogging) |
HRESULT | HandsOffCallback () |
HRESULT | Disconnect () |
HRESULT | DropConnection () |
HRESULT | GetStatus ([out] IXPSTATUS *pCurrentStatus) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Public Attributes | |
const boolean | iitAUTHENTICATE = TRUE |
const boolean | iitDONT_AUTHENTICATe = FALSE |
const boolean | iitENABLE_ONCOMMAND = TRUE |
const boolean | iitDISABLE_ONCOMMAND = FALSE |
Definition at line 351 of file imnxport.idl.
Enumerator | |
---|---|
IXP_IS_CONNECTED | |
IXP_IS_BUSY | |
IXP_IS_READY | |
IXP_IS_AUTHENTICATED |
Definition at line 358 of file imnxport.idl.
HRESULT IInternetTransport::Connect | ( | [in] LPINETSERVER | pInetServer, |
[in] boolean | fAuthenticate, | ||
[in] boolean | fCommandLogging | ||
) |
HRESULT IInternetTransport::Disconnect | ( | ) |
HRESULT IInternetTransport::DropConnection | ( | ) |
IXPTYPE IInternetTransport::GetIXPType | ( | ) |
HRESULT IInternetTransport::GetServerInfo | ( | [in, out] LPINETSERVER | pInetServer | ) |
HRESULT IInternetTransport::HandsOffCallback | ( | ) |
HRESULT IInternetTransport::InetServerFromAccount | ( | [in] IImnAccount * | pAccount, |
[in, out] LPINETSERVER | pInetServer | ||
) |
HRESULT IInternetTransport::IsState | ( | [in] IXPISSTATE | isstate | ) |
Definition at line 353 of file imnxport.idl.
Definition at line 356 of file imnxport.idl.
Definition at line 354 of file imnxport.idl.
Definition at line 355 of file imnxport.idl.