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.
3/26/2014
Appends a list of nodes to the end of the list.
Syntax
BOOL AddTail(
CBaseList* pList
);
Parameters
- pList
Pointer to the list of objects to add.
Return Value
None.
Remarks
This member function duplicates all nodes in pList (that is, duplicates all its pointers to objects).
It does not duplicate objects.
Existing positions in the list remain valid.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |