Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CWnd::WindowProc
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Protected: virtual LONG WindowProc( UINT message, UINT wParam,
                                      LONG lParam );
 
  Parameter   Description
 
  <message>   Specifies the Windows message to be processed.
 
  <wParam>    Provides additional information used in processing the
              message. The parameter value depends on the message.
 
  <lParam>    Provides additional information used in processing the
              message. The parameter value depends on the message.
 
  Remarks
 
  Provides a Windows procedure (WindowProc) for a CWnd object. It
  dispatches messages through the window's message map.
 
  Return Value
 
  The return value depends on the message.
 
 
                                     -♦-