Microsoft DirectX 8.1 (C++)

GuideStore.MetaPropertiesOf

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

The MetaPropertiesOf property retrieves a collection of MetaProperty objects that are associated with the specified Object.

Syntax

objGuideStore.MetaPropertiesOf(obj As Unknown) As MetaProperties

Parameters

obj

[in]  Specifies an object of any type.

Error Codes

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

Return Values

The property returns a MetaProperties collection.

See Also