Microsoft DirectX 9.0

CBaseList::AddTail

The AddTail method appends another list to the end of this list.

Syntax

BOOL AddTail(
    CBaseList *pList
);

Parameters

pList

Pointer to the list to append.

Return Value

Returns TRUE if successful, or FALSE otherwise.

Remarks

If the method fails, some items may have been added to the list.

See Also