Share via


IGuideDataProperty::get_Language method (bdatif.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.]

The get_Language method retrieves the language associated with the property.

Syntax

HRESULT get_Language(
  [out] long *idLang
);

Parameters

[out] idLang

Pointer to a variable that receives the language identifier.

Return value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

   
Target Platform Windows
Header bdatif.h

See also

Error and Success Codes

IGuideDataProperty Interface