CGenericList::Remove (Compact 2013)
3/26/2014
Removes the specified node from the list.
Syntax
OBJECT* Remove(
POSITION pos
);
Parameters
- pos
Position in the list of nodes to remove.
Return Value
Returns the pointer to the object that was removed.
Remarks
This member function calls the CBaseList::RemoveI member function.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |