IDVB_EIT2::GetSegmentInfo 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 table identifier and segment number for the current EIT segment.
Syntax
HRESULT GetSegmentInfo(
[out] BYTE *pbTid,
[out] BYTE *pbSegment
);
Parameters
[out] pbTid
Receives the table identifier.
[out] pbSegment
Receives the segment number.
Return value
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
NULL pointer argument. |
|
The Initialize method was not called. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | dvbsiparser.h |