CWinApp::WriteProfileString

Call this member function to write the specified string into the specified section of the application's .INI file.

Syntax

BOOL WriteProfileString( LPCTSTR lpszSection, LPCTSTR lpszEntry, LPCTSTR lpszValue );

At a Glance

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

See Also

CWinApp Overview, CWinApp Member Functions, Application Architecture Classes, CWinApp::GetProfileString, CWinApp::WriteProfileInt