Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
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.
 
 
                                     -♦-