IDocHostUIHandler::GetDropTargetIDocHostUIHandler::GetDropTarget*
*



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.

pDropTarget
IDropTarget IE4/MSHTML proposes to use.
ppDropTarget
Address of the IDropTarget that receives the IDropTarget interface pointer the host wants to provide.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.