Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Windows 3.1 Functions
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  GetWindowPlacement       Retrieves the show state and the normal
                             (restored), minimized, and maximized
                             positions of a window.
 
  SetWindowPlacement       Sets the show state and the normal
                             (restored), minimized, and maximized
                             positions for a window.
 
  MapWindowPoints          Converts (maps) a set of points from the
                             coordinate space of the CWnd to the
                             coordinate space of another window.
 
  GetDCEx                  Retrieves the handle of a device context for
                             the given window.
 
  LockWindowUpdate         Disables or reenables drawing in the given
                             window. A locked window cannot be moved. Only
                             one window can be locked at a time.
 
  RedrawWindow             Updates the specified rectangle or region in
                             the client area.
 
  ScrollWindowEx           Scrolls the contents of the client area. This
                             function is similar to the ScrollWindow
                             function, with some additional features.
 
  OnPaletteIsChanging      Informs other applications when an
                             application is going to realize its logical
                             palette
 
  OnWindowPosChanging      Called when the size, position, or z-order is
                             about to change as a result of a call to
                             SetWindowPos or another window-management
                             function.
 
  OnWindowPosChanged       Called when the size, position, or z-order
                             has changed as a result of a call to
                             SetWindowPos or another window-management
                             function.
 
  EnableScrollBar          Enables or disables one or both arrows of a
                             scroll bar.
 
  PostNcDestroy            This virtual function is called by the
                             default OnNcDestroy function after the window
                             has been destroyed.
 
  GetOpenClipboardWindow   Returns the handle of the window that
                             currently has the clipboard open.
 
  OnDropFiles              Called the user releases the left mouse
                             button over a window that has registered
                             itself as the recipient of dropped files.
 
  GetExStyle               Returns the window's extended style.
 
  SubclassWindow           Attaches a window to a CWnd object and
                             replaces the window's WndProc and
                             AfxWndProc.
 
 
                                     -♦-