Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, |
Library |
ole32.lib, |