CObList::GetHead

Call this member function to retrieve the CObject pointer that represents the head element of this list.

Syntax

CObject*& GetHead( );

CObject* GetHead( ) const;

At a Glance

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

See Also

CObList Overview, CObList Member Functions, List Classes, CObList::GetTail, CObList::GetTailPosition, CObList::AddHead, CObList::RemoveHead