Contents Index Topic Contents | ||
Previous Topic: IDocHostUIHandler::FilterDataObject Next Topic: IDocHostUIHandler::GetExternal |
IDocHostUIHandler::GetDropTarget
HRESULT GetDropTarget( IDropTarget *pDropTarget, IDropTarget **ppDropTarget );Called by IE4/MSHTML when it is being used as a drop target to allow the host to supply an alternative IDropTarget.
- Return 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.
- pDropTarget
- IDropTarget IE4/MSHTML proposes to use.
- ppDropTarget
- Address of the IDropTarget that receives the IDropTarget interface pointer the host wants to provide.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.