CWnd::OnWinIniChange

This method is called by the framework after a change has been made to the Windows CE initialization file.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

afx_msg void OnWinIniChange ( LPCTSTR lpszSection );

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.