Share via


IAMChannelInfo::get_ChannelURL (Compact 2013)

3/26/2014

This method receives the channel URL.

Syntax

HRESULT get_ChannelURL(
  BSTR *pbstrChannelURL
);

Parameters

  • pbstrChannelURL
    Points to a BSTR which on return will contain the URL of the channel.

Return Values

Returns S_OK on success. Returns an HRESULT error on failure.

Remarks

The caller must release the returned BSTR by calling SysFreeString.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMChannelInfo