Microsoft DirectX 9.0

IGuideDataProperty::get_Language

The get_Language method retrieves the language associated with the property.

Syntax

HRESULT get_Language(
  long* pidLang
);

Parameters

pidLang

[out]  Pointer to a variable that receives the language identifier.

Return Values

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

Return code Description
S_OK The method succeeded.

See Also