Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ItemsRelatedToBy property retrieves a collection of objects related to the specified object.
Syntax
objObjects.ItemsRelatedToBy(
pobj As Unknown,
pproptype As MetaPropertyType) As Objects
Parameters
pobj
[in] Specifies the object to which the objects in the retrieved collection are 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