ISCTE_EAS::GetTableDescriptorByIndex method (atscpsipparser.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The GetTableDescriptorByIndex method returns a descriptor for the EAS table.
Syntax
HRESULT GetTableDescriptorByIndex(
[in] DWORD dwIndex,
[out] IGenericDescriptor **ppDescriptor
);
Parameters
[in] dwIndex
The zero-based index of the descriptor to retrieve. Call the ISCTE_EAS::GetCountOfTableDescriptors method to get the number of table descriptors.
[out] ppDescriptor
Receives a pointer to the IGenericDescriptor interface. The caller must release the interface.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
Index out of bounds. |
|
The ISCTE_EAS::Initialize method was not called. |
|
The method succeeded. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | atscpsipparser.h |