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::SetSysModalWindow
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CWnd* SetSysModalWindow();
 
  Remarks
 
  Makes the CWnd a system-modal window.
 
  If another window is made the active window (for example, the
  system-modal window creates a dialog box that becomes the active
  window), the active window becomes the system-modal window. When the
  original window becomes active again, it is system modal. To end the
  system-modal state, destroy the system-modal window.
 
  Return Value
 
  A pointer to the window object that was previously the system-modal
  window. The returned pointer may be temporary.
 
  See Also
 
  ::SetSysModalWindow, CWnd::GetSysModalWindow
 
 
                                     -♦-