ITransformProperties::get_PropertyCount
The get_PropertyCount method retrieves a count of properties in the collection.
Syntax
HRESULT get_PropertyCount(
long* plCount
);
Parameters
plCount
[in] Pointer to the number of properties in the collection.
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