Public Member Functions | |
Constructor / Destructor | |
CP_IDropSource () | |
~CP_IDropSource () | |
Destructor. | |
IDropSource interface members | |
STDMETHODIMP | QueryInterface (REFIID, LPVOID FAR *) |
STDMETHODIMP_ (UInt32) AddRef() | |
STDMETHODIMP_ (UInt32) Release() | |
STDMETHODIMP | QueryContinueDrag (BOOL, DWORD) |
STDMETHODIMP | GiveFeedback (DWORD) |
STDMETHODIMP | SetQueryContinueDragCallBack (tQCDCallBackFunc) |
Protected Attributes | |
UInt32 | fRefCount |
Private Attributes | |
tQCDCallBackFunc | m_QCDfunc |
|
Ref count for the object. |
|
Destructor.
|
|
Return the methods we support.
|
|
|
|
|
|
Return CP_noErr if we should contine with drag.
|
|
Provide feedback during our drag and drop operation.
|
|
Sets the feedback functionn used inn dragging.
|
|
|
|
|