Microsoft DirectX 9.0

CBaseList::RemoveAll

The RemoveAll method removes all the nodes from the list.

Syntax

void RemoveAll(void);

Remarks

It is the caller's responsibility to delete the items contained in all the nodes.

See Also