IPBDA_Services::GetRecordByIndex method (dvbsiparser.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.]

Gets a service record at a given position from a Program and System Information Protocol (PSIP) table in a Protected Broadcast Device Architecture (PBDA) transport stream.

Syntax

HRESULT GetRecordByIndex(
  [in]  DWORD   dwRecordIndex,
  [out] ULONG64 *pul64ServiceIdx
);

Parameters

[in] dwRecordIndex

Specifies the service record number, indexed from zero. Call the IPBDA_Services::GetCountOfRecords method to get the number of records in the PSIP table.

[out] pul64ServiceIdx

Receives the service record at the position given by dwRecordIndex.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header dvbsiparser.h

See also

IPBDA_Services

IPBDA_Services::GetCountOfRecords