1
0

svc_droptarget.cpp 264 B

1234567891011
  1. #include <precomp.h>
  2. #include "svc_droptarget.h"
  3. #define CBCLASS svc_dropTargetI
  4. START_DISPATCH;
  5. CB(TESTTARGET, testTarget);
  6. CB(GETDRAGINTERFACEFORTYPE, getDragInterfaceForType);
  7. CB(RELEASEDRAGINTERFACE, releaseDragInterface);
  8. END_DISPATCH;
  9. #undef CBCLASS