CBaseList::RemoveHeadI
Microsoft DirectShow 9.0 |
CBaseList::RemoveHeadI
The RemoveHeadI method removes the first item in the list.
Syntax
void *RemoveHeadI(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 the node contains.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also