CString::LoadString

Call this member function to read a Windows string resource, identified by nID, into an existing CString object.

Syntax

BOOL LoadString( UINT nID );
throw( CMemoryException );

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CString Overview, CString Member Functions, Simple Value Types