Microsoft DirectX 8.1 (C++) |
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.
See Also