CBaseList::RemoveAll
Microsoft DirectShow 9.0 |
CBaseList::RemoveAll
The RemoveAll method removes all the nodes from the list.
Syntax
void RemoveAll(void);
Remarks
It is the caller's responsibility to delete the items contained in all the nodes.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also