Microsoft DirectX 9.0 |
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.
See Also