Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
330 B

  1. #include "shellprv.h"
  2. #define TF_SHDLIFE TF_MENUBAND
  3. #define TF_BAND TF_MENUBAND // Bands (ISF Band, etc)
  4. void _DragEnter(HWND hwndTarget, const POINTL ptStart, IDataObject *pdtObject);
  5. void _DragMove(HWND hwndTarget, const POINTL ptStart);
  6. #include "..\inc\droptgt.h"
  7. #include "..\inc\droptgt.cpp"