Click to return to the Reusing Browser Technology home page    
IDocHostUIHandler::Filter...     IDocHostUIHandler::GetExt...     IDocHostUIHandler Interfa...    
Web Workshop  |  Reusing Browser Technology

IDocHostUIHandler::GetDropTarget Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.