Microsoft DirectX 8.1 (C++)

Objects.ItemsInverseRelatedToBy

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

The ItemsInverseRelatedToBy property retrieves a collection of objects inversely related to the specified object.

Syntax

objObjects.ItemsInverseRelatedToBy(
  pobj As Unknown,
  pproptype As MetaPropertyType) As Objects

Parameters

pobj

[in]  Specifies the object to which the objects in the retrieved collection are inversely related.

pproptype

[in]  Specifies a MetaPropertyType 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 an Objects object.

Remarks

This method is used by applications that extend the Guide Store by introducing new objects.

See Also