Share via


ITransformProperties::get_PropertyCount method

The get_PropertyCount method retrieves a count of properties in the collection.

Syntax

HRESULT get_PropertyCount(
  [in] long *plCount
);

Parameters

plCount [in]

Pointer to the number of properties in the collection.

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

ITransformProperties Interface