CToolBarCtrl::GetDropTarget
HRESULT GetDropTarget( IDropTarget** ppDropTarget ) const;
Return Value
Returns an HRESULT value indicating success or failure of the operation.
Parameters
ppDropTarget
A pointer to an interface pointer. If an error occurs, a NULL pointer is placed in this address.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.