CBaseList::AddTail (Compact 2013)

3/26/2014

Appends a list of nodes to the end of the list.

Syntax

BOOL AddTail(
  CBaseList* pList
);

Parameters

  • pList
    Pointer to the list of objects to add.

Return Value

None.

Remarks

This member function duplicates all nodes in pList (that is, duplicates all its pointers to objects).

It does not duplicate objects.

Existing positions in the list remain valid.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseList Class