HRESULT GetDropTarget( IDropTarget** ppDropTarget ) const;
Return Value
Returns an HRESULT value indicating success or failure of the operation.
Parameters
ppDropTarget
A pointer to an IDropTarget 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 TB_GETOBJECT, as described in the Platform SDK.