次の方法で共有


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,
Streams.h

Library

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

See Also

Reference

CGenericList Class