At http://msdn.microsoft.com/en-us/library/ee525923.aspx the
IiTvDataSource::Connect is shown to have zero parameters.
The description states "The Connect method starts data flowing, providing
the callback interface" but if there are no parameters, how do you get the
callback interface?!?
I had a look at the type library in %windows%\ehome\mcitvvmdata.dll and it
turns out that the actual prototype should be something like:
IiTvDataSource::Connect(IiTVDataReceiver* dataReceiver)
How do I contact the SDK documentation team to get this corrected?