CBaseList::RemoveHeadI (Compact 2013)
3/26/2014
Removes the first node in the list.
Syntax
void *RemoveHeadI( );
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 itself.
If the list is empty, this member function harmlessly returns NULL.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |