CBaseList::RemoveTailI (Compact 2013)

3/26/2014

Removes the last node in the list.

Syntax

void *RemoveTailI( );

Parameters

None.

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.

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