CTypedPtrList::GetPrev

Call this member function to retrieve the list element identified by rPosition, and then set rPosition to the POSITION value of the previous entry in the list.

Syntax

TYPE& GetPrev(POSITION& rPosition );

TYPE GetPrev( POSITION& rPosition ) const;

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CTypedPtrList Overview, CTypedPtrList Member Functions, Typed Template Collections, CPtrList::Find, CPtrList::GetTailPosition, CPtrList::GetHeadPosition, CTypedPtrList::GetNext, CTypedPtrList::GetHead, CTypedPtrList::GetTail