struct CCL::ISourceDragBlocker
A drag handler implementing this interface “blocks” a competing drag handler from the source side.
#include <idragndrop.h> struct ISourceDragBlocker: public CCL::IUnknown { };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;