Share via


IISDB_LDT::GetRecordDescriptionId 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 the record description ID from an Integrated services Digital Broadcasting System (IDBS) linked description table (LDT). The description ID field identifies a collected description in the LDT.

Syntax

HRESULT GetRecordDescriptionId(
  [in]  DWORD dwRecordIndex,
  [out] WORD  *pwVal
);

Parameters

[in] dwRecordIndex

Specifies the record number, indexed from zero. Call the IISDB_LDT::GetCountOfRecords method to get the number of records in the LDT.

[out] pwVal

Receives the description_id field.

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

IISDB_LDT

IISDB_LDT::GetCountOfRecords