Microsoft DirectX 8.1 (C++)

MetaPropertyCondition.Or

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

The Or property retrieves a new MetaPropertyCondition object that performs an Or operation on the results of two other MetaPropertyCondition objects.

Syntax

objMetaPropertyCondition.Or(
  propertycondition As MetaPropertyCondition
) As MetaPropertyCondition

Parameters

propertycondition

[in]  Specifies a MetaPropertyCondition object that represents the right half of the Or expression. The calling object represents the left half.

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 MetaPropertyCondition object.

See Also