Share via


IISDB_NBIT::GetRecordInformationType 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 an information_type field from a record in an Integrated Services Digital Broadcasting (ISDB) network broadcaster information table (NBIT).

Syntax

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

Parameters

[in] dwRecordIndex

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

[out] pbVal

Receives the information_type field. This field can contain any of the following values:

Value Meaning
0x0
Undefined
0x1
Information (key ID: none)
0x2
Information with service identifier (key ID: service identifier)
0x3
Information with genre (key ID: content_nibble, user_nibble)
0x4 - 0xF
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

IISDB_NBIT::GetCountOfRecords