Share via


IISDB_NBIT::GetRecordDescriptionBodyLocation 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.]

Receives the value of the description_body_location field from a record in an Integrated Services Digital Broadcasting (ISDB) network broadcaster information table (NBIT). This field value indicates the location of the table where the information contents are described.

Syntax

HRESULT GetRecordDescriptionBodyLocation(
  [in]  DWORD dwRecordIndex,
  [out] BYTE  *pbVal
);

Parameters

[in] dwRecordIndex

Index of a record containing descriptors in the NBIT.

[out] pbVal

Receives a 2-bit code that indicates the location of the descriptors. This can be any of the following values:

Value Meaning
00
Undefined
01
Detailed information is provided in the actual transport stream (TS) table
10
Detailed information is provided in the service information (SI) prime transport stream (TS) table
11
Reserved for future use

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 (include Dvbsiparser.idl)

See also

IISDB_NBIT