This member function is called by the framework after a change has been made to the Windows initialization file, WIN.INI.
afx_msg void OnWinIniChange ( LPCTSTR lpszSection );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
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.
CWnd Overview, CWnd Member Functions, Window Class Categories