Microsoft DirectX 9.0

IAMChannelInfo::get_ChannelURL

The get_ChannelURL method retrieves the channel URL.

Syntax

HRESULT get_ChannelURL(
  BSTR *pbstrChannelURL
);

Parameters

pbstrChannelURL

[out] Pointer to a variable that receives the URL.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The caller must release the returned BSTR by calling SysFreeString.

See Also