Share via


ITransformProperties::get_PropertyByIndex

The get_PropertyByIndex method retrieves a property in the collection by index.

Syntax

HRESULT get_Name(
  long  lIndex,
  ITransformProperty**  ppProperty
);

Parameters

lIndex

[in]  A zero-based index to a property in the collection.

ppProperty

[out]  Address of a pointer to the property that was requested. The caller must release this interface when it is no longer needed.

Remarks

You can query the returned property for ITransformProperties to examine any child properties that it may have.

Return Values

The method returns an HRESULT of S_OK for success, or a standard COM error code for failure.

Requirements

Client: Windows Vista

Header: Include gputransformplugin.h and GPUPipelineTime.h.

Library: Use GPUPipelineVC7.lib (for Visual Studio .NET) or GPUPipelineVC8.lib (for Visual Studio 2005).

See Also