TunerGetDevCaps
This function gets the device capabilities of a specified tuner.
Syntax
BOOL TunerGetDevCaps( DWORD dwTuner, PTUNERDEVCAPS pTunerDevCaps );
Parameters
- dwTuner
- [in] Specifies the tuner device identifier. The first tuner has an identifier of 1, the second has an identifier of 2, and so on.
- pTunerDevCaps
- [out] Pointer to a TUNERDEVCAPS structure that contains information on the device capabilities.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
Use TunerQuery to determine which tuners are available. Use TunerGetDevCaps to find out what each can do.
See Also
TUNERDEVCAPS, TunerQuery