CWnd::OnWinIniChange

This member function is called by the framework after a change has been made to the Windows initialization file, WIN.INI.

Syntax

afx_msg void OnWinIniChange ( LPCTSTR lpszSection );

At a Glance

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

Remarks

In Windows CE, the lpszSection parameter is a constant defined in Winuser.h, rather than a pointer to a string. At this time, the only value defined for it is INI_INTL, which indicates that a user has made a change to the regional settings in the control panel.

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories