Microsoft Windows CE 3.0  

CGenericList::Remove

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Removes the specified node from the list.

OBJECT *Remove(
POSITION
pos
);

Parameters

pos
Position in the list of nodes to remove.

Return Values

Returns the pointer to the object that was removed.

Remarks

This member function calls the CBaseList::RemoveImember function.