IInternetTransport::IsState method

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

Queries the transport for validity of the specified state.

Syntax

HRESULT IsState(
  [in] IXPISSTATE isstate
);

Parameters

isstate [in]

Type: IXPISSTATE

Specifies the IXPISSTATE value to query.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates that the state specified by isstate is true.
S_FALSE
Indicates that the state specified by isstate is false.

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
Inetcomm.dll (version 6.0 or later)