Ignore:
Timestamp:
Jun 2, 2002, 9:34:36 PM (23 years ago)
Author:
sandervl
Message:

added ole drag and drop (wps -> odin app) support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dragdrop.h

    r8542 r8553  
    1 /* $Id: dragdrop.h,v 1.1 2002-06-02 10:08:10 sandervl Exp $ */
     1/* $Id: dragdrop.h,v 1.2 2002-06-02 19:34:27 sandervl Exp $ */
    22
    33/*
     
    1313
    1414BOOL  DragDropAccept(HWND hwnd);
    15 ULONG DragDropFiles(HWND hwnd, UINT cFiles, POINT point, LPSTR pszFiles, UINT cbszFiles, BOOL fNonClient = FALSE);
     15BOOL  DragDropDragOver(HWND hwnd, DWORD dwEffect);
     16BOOL  DragDropDragLeave(HWND hwnd);
     17BOOL  DragDropFiles(HWND hwnd, POINT point, UINT cFiles, LPSTR pszFiles, UINT cbszFiles, BOOL fNonClient = FALSE);
     18BOOL  DragDropDragEnter(HWND hwnd, POINT point, UINT cFiles, LPSTR pszFiles, UINT cbszFiles, DWORD dwEffect, BOOL fNonClient = FALSE);
    1619
    1720#endif //__DRAGDROP_H__
Note: See TracChangeset for help on using the changeset viewer.