ITransformProperty::get_PointCount method

The get_PointCount method retrieves a count of time points in the current property.

Syntax

HRESULT get_PointCount(
  [out] long *plCount
);

Parameters

plCount [out]

Pointer to the count of points in the current property. This can be used with the get_Point method to iterate through all the points in the current property.

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