Share via


ICcTransportStream::IsConnected (Windows CE 5.0)

Send Feedback

This method determines whether a transport stream is connected.

HRESULT IsConnected(  VARIANT_BOOL* pbConnected)

Parameters

  • pbConnected
    [out, retval] Set to VARIANT_TRUE if the stream is connected; otherwise, set to VARIANT_FALSE.

Return Values

The following table shows return values for this method.

Value Description
S_OK Indicates success.
E_INVALIDARG Indicates an invalid argument.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcTransport.idl.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.