次の方法で共有


ICcTransportStream::IsConnected (Compact 2013)

3/26/2014

Deprecated.

This method determines whether a transport stream is connected.

Syntax

HRESULT IsConnected(
  VARIANT_BOOL* pbConnected
);

Parameters

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

Return Value

The following table shows return values for this method.

Value

Description

S_OK

Indicates success.

E_INVALIDARG

Indicates an invalid argument.

Requirements

Header

cctransport.idl

See Also

Reference

ICcTransportStream
Core Connectivity Interfaces