CBaseList::AddTail

 
Microsoft DirectShow 9.0

CBaseList::AddTail

The AddTail method appends another list to the end of this list.

Syntax

  BOOL AddTail(
    CBaseList *pList
);

Parameters

pList

Pointer to the list to append.

Return Value

Returns TRUE if successful, or FALSE otherwise.

Remarks

If the method fails, some items may have been added to the list.

Requirements

**  Header:** Declared in Wxlist.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also