Microsoft DirectX 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.

See Also