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.
Operations
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  GetCurrentMessage     Returns a pointer to the message this window is
                          currently processing. Should only be called when
                          in an On<Message> message handler member
                          function.
 
  GetSuperWndProcAddr   Accesses the original WndProc address of a
                          subclassed window, and is used for translating
                          Windows messages in the main message handler.
 
  PreTranslateMessage   Used by CWinApp to filter window messages before
                          they are dispatched to TranslateMessage and
                          DispatchMessage.
 
  WindowProc            Provides a window procedure for a CWnd. The
                          default dispatches messages through the message
                          map.
 
  Default               Calls the default window procedure, which
                          provides default processing for any window
                          messages that an application does not process.
 
  DefWindowProc         Calls the default window procedure, which
                          provides default processing for any window
                          messages that an application does not process.
 
 
                                     -♦-