CMapStringToOb::Lookup

Call this member function to find the map element with a key that matches exactly (CString value).

Syntax

BOOL Lookup( LPCTSTR key, CObject*& rValue ) const;

At a Glance

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

See Also

CMapStringToOb Overview, CMapStringToOb Member Functions, Map Classes, CMapStringToOb::operator []