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 |
---|---|
|
Undefined |
|
Detailed information is provided in the actual transport stream (TS) table |
|
Detailed information is provided in the service information (SI) prime transport stream (TS) table |
|
Reserved for future use |
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 (include Dvbsiparser.idl) |