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.
Message Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  SendMessage   Sends a message to the CWnd object and does not return
                  until it has processed the message.
 
  PostMessage   Places a message in the CWnd object's application queue,
                  then returns without waiting for the object to process
                  the message.
 
 
                                     -♦-