CBaseList::RemoveI

Removes the specified node from the list.

void *RemoveI(
POSITION pos);

Parameters

  • pos
    Position in the list of the node to remove.

Return Values

Returns the pointer to the object that was removed.

Remarks

This member function deletes the pointer to its object from the list, but does not free the object itself.

If the list was already empty, this member function harmlessly returns NULL.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.