CBaseList::GetTailPositionI
Microsoft DirectShow 9.0 |
CBaseList::GetTailPositionI
The GetTailPositionI method retrieves the position of the last item of the list.
Syntax
POSITION GetTailPositionI(void);
Return Value
Returns a POSITION value, or NULL if the list is empty.
Requirements
** Header:** Declared in Wxlist.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also