CBaseList::AddHeadI
Microsoft DirectShow 9.0 |
CBaseList::AddHeadI
The AddHeadI method adds an item to the front of the list.
Syntax
POSITION AddHeadI( void *pObj );
Parameters
pObj
Pointer to the item.
Return Value
Returns a POSITION value indicating the new head position.
Remarks
If the method fails, the return value is NULL.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also