CBaseList::AddAfter (Compact 2013)

3/26/2014

Inserts a list of nodes after the specified node.

Syntax

BOOL AddAfter(
  POSITION pos,
  CBaseList* pList
);

Parameters

  • pos
    Position after which to add the list of nodes.
  • pList
    Pointer to the list of objects to add.

Return Value

Returns TRUE if successful; otherwise, returns FALSE.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseList Class