ITransformProperty::get_Point method

The get_Point method retrieves a point by index.

Syntax

HRESULT get_Point(
  [in]  long                    lIndex,
  [out] ITransformPropertyPoint **ppPoint
);

Parameters

lIndex [in]

The zero-based index of the point to retrieve.

ppPoint [out]

Address of a pointer to the retrieved point. The caller must release this interface when it is no longer needed.

Return value

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

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
GPUPipelineTime.h
Library
GPUPipelineVC8.lib (Visual Studio 2005);
GPUPipelineVC7.lib (Visual Studio .NET)

See also

ITransformProperty Interface