Share via


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
MPEG2_E_OUT_OF_BOUNDS
Index out of bounds.
MPEG2_E_UNINITIALIZED
The ISCTE_EAS::Initialize method was not called.
S_OK
The method succeeded.

Requirements

   
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header atscpsipparser.h

See also

ISCTE_EAS Interface