Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
OnDropFiles
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  Windows 3.1 only
 
  afx_msg void OnDropFiles( HANDLE hDropInfo );
 
  Parameter   Description
 
  <hdrop>     A pointer to an internal data structure that describes the
              dropped files. This handle is used by the DragFinish,
              DragQueryFile, and DragQueryPoint Windows functions to
              retrieve information about the dropped files.
 
  Remarks
 
  Called when the user releases the left mouse button over a window that
  has registered itself as the recipient of dropped files.
 
  Typically, a derived class will be designed to support dropped files and
  it will register itself during window construction.
 
  See Also
 
  ::DragAcceptFiles, ::DragFinish, ::DragQueryFile,
  ::DragQueryPoint
 
 
                                     -♦-