IAMChannelInfo::get_ChannelName
Microsoft DirectShow 9.0 |
IAMChannelInfo::get_ChannelName
The get_ChannelName method retrieves the channel name.
Syntax
HRESULT get_ChannelName( BSTR *pbstrChannelName );
Parameters
pbstrChannelName
[out] Pointer to a variable that receives a string containing the channel name.
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