Microsoft DirectX 8.1 (C++)

MetaPropertyType.New

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The New property retrieves a new MetaProperty object of the specified language and value.

Syntax

objMetaPropertyType.New(lang As Long,
  val) As MetaProperty

Parameters

lang

[in]  Specifies the language of the new object.

val

[in]  Specifies the value of the new object.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This property returns a MetaProperty object.

See Also