This function gets the version number and number of available tuner devices..
BOOL TunerQuery( DWORD *pdwTunerAPIVer, OUT DWORD *pdwNumDevs );
TRUE indicates success. FALSE indicates failure.
This function must be called before TunerOpen in order to determine what tuners are available. Use TunerGetDevCaps to determine what the capabilities of these tuners are.