Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The get_ChannelChangeInterface method retrieves a pointer to an interface that raises an event when the channel is changed.
Syntax
HRESULT get_ChannelChangeInterface(
[out] IUnknown **punkCC
);
Parameters
[out] punkCC
Receives a pointer to the IUnknown interface. The caller must release the interface.
Return value
Returns an HRESULT value. Possible values include the following.
Return code | Description |
---|---|
|
NULL pointer argument. |
|
Success. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |