CreateTransformProperties Function
The CreateTransformProperties function creates a new ITransformProperties property collection object. The resulting collection can have properties added to it by Windows Movie Maker or the transform.
Syntax
HRESULT CreateTransformProperties(
ITransformProperties** ppPropertyCollection
);
Parameters
ppPropertyCollection
[out] Address of a pointer to a new property collection object.
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