Share via


ITransportCallback::OnStatus method

[ITransportCallback::OnStatus is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Allows the client to provide a user with a high-level progress indicator.

Syntax

HRESULT OnStatus(
  [in] IXPSTATUS          ixpstatus,
  [in] IInternetTransport *pTransport
);

Parameters

ixpstatus [in]

Type: IXPSTATUS

Specifies an IXPSTATUS value that indicates the current status of the transport.

pTransport [in]

Type: IInternetTransport*

Specifies a pointer to the IInternetTransport object that called OnStatus.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl
DLL
Msoe.dll (version 6.0 or later)