Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CBaseList::AddHead
The AddHead method inserts another list at the front of this list.
Syntax
BOOL AddHead( CBaseList *pList );
Parameters
pList
Pointer to the list of items to add.
Return Value
Returns TRUE if successful, or FALSE otherwise.
Remarks
If the method fails, some items might have been added to the list.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also