Microsoft DirectX 9.0

CGenericList::RemoveTail

The RemoveTail method removes the last item in the list.

Syntax

OBJECT *RemoveTail(void);

Return Value

Returns a pointer to an object of type OBJECT (the template type), or NULL if the list is empty.

Remarks

This method deletes the list node, but not the item that is contained in the node.

See Also