IBDA_GuideDataDeliveryService::GetGuideDataType method (bdaiface.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 format UUID for the data that is retrieved on this service.

Syntax

HRESULT GetGuideDataType(
  [out] GUID *pguidDataType
);

Parameters

[out] pguidDataType

Receives either a UUID that identifies the format of the guide data or the network GUID that the tuner supports for in-band guide purposes. Possible values include the following.

Value Meaning
CLSID_PBDA_GDDS_DATA_TYPE
Protected Broadcast Driver Architecture Service Information (PBDA-SI) format.

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 Windows Server�2008�R2 [desktop apps only]
Target Platform Windows
Header bdaiface.h

See also

IBDA_GuideDataDeliveryService