CDHtmlDialog::GetDropTarget
Called by the contained WebBrowser control when it is being used as a drop target to allow the dialog to supply an alternative IDropTarget.
STDMETHOD(GetDropTarget)(
IDropTarget *pDropTarget,
IDropTarget **ppDropTarget
);
Parameters
pDropTarget
See pDropTarget in IDocHostUIHandler::GetDropTarget in the Windows SDK.ppDropTarget
See ppDropTarget in IDocHostUIHandler::GetDropTarget in the Windows SDK.
Return Value
Returns E_NOTIMPL.
Remarks
This member function is CDHtmlDialog's implementation of IDocHostUIHandler::GetDropTarget, as described in the Windows SDK.
Requirements
Header: afxdhtml.h