I am trying to extract the EIT table using the non-deprecated interface IPSITables from a DVB stream. I have not found documentation about how to use the getTable method, apart from the msdn documentation http://msdn.microsoft.com/en-us/library/windows/desktop/dd694841%28v=vs.85%29.aspx.
The problem is that I don't know how to get the dwHashedVer [in] parameter (Hash value that identifies the table contents).
Has anyone used this interface before?
Thanks in advance