IDvbLinkageDescriptor::GetLinkageType 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 a code that uniquely identifies the linkage type from a Digital Video Broadcast (DVB) linkage descriptor.

Syntax

HRESULT GetLinkageType(
  [out] BYTE *pbVal
);

Parameters

[out] pbVal

Receives the linkage type code. For a list of linkage type codes, see Table 58 in Section 6.2.19 of the DVB Specification for Service Information (SI) in DVB systems DVB (Document A038 Rev. 4).

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

See also

IDvbLinkageDescriptor