CBaseList::AddTailI

 
Microsoft DirectShow 9.0

CBaseList::AddTailI

The AddTailI method adds an item to the end of the list.

Syntax

  POSITION AddTailI(
    void *pObj
);

Parameters

pObj

Pointer to the item.

Return Value

Returns a POSITION value for the new tail position.

Remarks

If the method fails, it returns NULL.

Requirements

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

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

See Also