CBaseList::RemoveI (Compact 2013)

3/26/2014

Removes the specified node from the list.

Syntax

void *RemoveI(
  POSITION pos
);

Parameters

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

Return Value

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 is empty, this member function harmlessly returns NULL.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseList Class