Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
OnPaletteIsChanging
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Windows 3.1 only
 
  afx_msg void OnPaletteIsChanging( CWnd* pRealizeWnd );
 
  Parameter     Description
 
  <pRealizeWnd> Specifies the window that is about to realize its logical
                palette.
 
  Remarks
 
  Informs applications that an application is going to realize its logical
  palette.
 
  See Also
 
  WM_PALETTECHANGED, WM_QUERYNEWPALETTE,  ::OnPaletteIsChanging
 
 
                                     -♦-