Microsoft DirectX 9.0 |
The get_MinorChannel method gets the current minor channel.
Syntax
HRESULT get_MinorChannel(
long* pMinorChannel
);
Parameters
pMinorChannel
[out] Pointer to a variable of type long that receives the current minor channel. -1 means that the tuner should tune to the first valid minor channel it finds.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also