Called by MSHTML when it is being used as a drop target to allow the host to supply an alternative IDropTarget.
Syntax
HRESULT GetDropTarget( IDropTarget *pDropTarget, IDropTarget **ppDropTarget );
Parameters
- pDropTarget
- Address of an IDropTarget object that MSHTML proposes to use.
- ppDropTarget
- Address of the IDropTarget object that receives the IDropTarget interface pointer the host wants to provide.
Return Value
Returns one of the following values:
S_OK The host wants to replace the IDropTarget with the one specified in ppDropTarget. S_FALSE The host does not want to replace the IDropTarget. E_NOTIMPLE The host has not implemented this method.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0