Microsoft DirectX 9.0

IAMTimelineObj::GetPropertySetter

The GetPropertySetter method retrieves the object's property setter. When the object is rendered, the property information contained in the property setter is applied to the object.

Syntax

HRESULT GetPropertySetter(
    IPropertySetter **pVal
);

Parameters

pVal

[out, retval] Address of a pointer that receives the property setter's IPropertySetter interface. If the object does not have a property setter, the value is set to NULL.

Return Value

Returns S_OK if successful, or E_POINTER otherwise.

Remarks

If the value returned in pVal is not NULL, the IPropertySetter interface has an outstanding reference count. Be sure to release the interface when you are finished using it.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also