IAMChannelInfo::get_ChannelDescription
Microsoft DirectShow 9.0 |
IAMChannelInfo::get_ChannelDescription
The get_ChannelDescription method retrieves the description of the channel.
Syntax
HRESULT get_ChannelDescription( BSTR *pbstrChannelDescription );
Parameters
pbstrChannelDescription
[out] Receives the channel description.
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.
Requirements
Header: Include Qnetwork.h.
Library: None.
See Also