CBaseList::GetTailPositionI (Compact 2013)

3/26/2014

Retrieves a cursor identifying the last element of the list.

Syntax

POSITION GetTailPositionI( );

Parameters

None.

Return Value

Returns a position cursor.

Remarks

A position cursor represents an element on the list. A position is defined as a pointer to a void.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseList Class