Share via


IIsdbEventGroupDescriptor::GetRecordEvent 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 data from an event record in an Integrated Services Digital Broadcasting (ISDB) event group descriptor.

Syntax

HRESULT GetRecordEvent(
  [in]  BYTE bRecordIndex,
  [out] WORD *pwServiceId,
  [out] WORD *pwEventId
);

Parameters

[in] bRecordIndex

Zero-based index of the event record containing the data. To get the number of components, call IIsdbEventGrouptDescriptor::GetCountOfRecords.

[out] pwServiceId

Receives the value of the sevice_id field from the event record. This value identifies the information service and appears in the program_number field of the corresponding program map section.

[out] pwEventId

Receives the value of the event_id field from the related event record. This value identifies the event.

Return value

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

Requirements

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

See also

IIsdbEventGroupDescriptor

IIsdbEventGrouptDescriptor::GetCountOfRecords