Microsoft DirectX 9.0

IAMTimelineObj::RemoveAll

The RemoveAll method permanently removes this object from the timeline, including subobjects and children.

Syntax

HRESULT RemoveAll( void );

Return Value

Returns S_OK.

Remarks

To remove an object for the purpose of reinserting it elsewhere in the timeline, call IAMTimelineObj::Remove.

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