CBaseList::RemoveTailI
Microsoft DirectShow 9.0 |
CBaseList::RemoveTailI
The RemoveTailI method removes the last item in the list.
Syntax
void *RemoveTailI(void);
Return Value
Returns a pointer to the item, or NULL if the list is empty.
Remarks
This method deletes the list node, but not the item that is contained in the node.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also