- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
A tune request fails with a Terretec card/driver (possibly others as well) when that transponder is already tuned.
In this instance the driver responds to put_TuneRequest with a HRESULT of 0x1 (S_FALSE) instead of the usual 0x0 (S_OK).
At the moment any value except 0x0 (S_OK) is interpreted as an error. This is incorrect as all positive (>=0) HRESULT values should be treated as a success in line with Microsoft specs.
http://mantis.team-mediaportal.com/view.php?id=3469
Open the issue in Mantis...
In this instance the driver responds to put_TuneRequest with a HRESULT of 0x1 (S_FALSE) instead of the usual 0x0 (S_OK).
At the moment any value except 0x0 (S_OK) is interpreted as an error. This is incorrect as all positive (>=0) HRESULT values should be treated as a success in line with Microsoft specs.
http://mantis.team-mediaportal.com/view.php?id=3469
Open the issue in Mantis...