Microsoft DirectX 8.1 (C++) |
The get_Language method retrieves the language associated with the MetaProperty object.
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, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
See Also