Microsoft DirectX 8.1 (C++)

Channels.ItemsWithMetaPropertyCond

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

The ItemsWithMetaPropertyCond property retrieves a collection of Channel objects that meet the specified condition.

Syntax

object.ItemsWithMetaPropertyCond(
  pcond As IMetaPropertyCondition) As Channels

Parameters

pcond

[in]  Specifies a MetaPropertyCondition object. This object specifies the condition governing the selection of channels to be retrieved.

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

See Also