CGenericList::RemoveHead (Compact 2013)

3/26/2014

Removes the first node in the list.

Syntax

OBJECT* RemoveHead( );

Parameters

None.

Return Value

Returns the pointer to the object that was removed.

Remarks

This member function calls the CBaseList::RemoveHeadI member function.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CGenericList Class