CHtmlView::OnGetDropTarget
Appelé par Internet Explorer ou MSHTML lorsqu'il est utilisé comme cible de déplacement pour permettre à l'hôte de fournir autre IDropTarget.
virtual HRESULT OnGetDropTarget(
LPDROPTARGET pDropTarget,
LPDROPTARGET* ppDropTarget
);
Paramètres
pDropTarget
IDropTarget Internet Explorer ou MSHTML propose de l'utiliser.ppDropTarget
L'adresse d' IDropTarget qui accepte le pointeur d'interface de IDropTarget l'hôte doit fournir la.
Valeur de retour
Consultez l' IDocHostUIHandler::GetDropTarget dans Kit de développement logiciel Windows pour obtenir la liste des codes de retour.
Notes
Substituez OnGetDropTarget pour réagir à la notification d' GetDropTarget du contrôle Web Browser Microsoft. Consultez l' IDocHostUIHandler::GetDropTarget dans Kit de développement logiciel Windows pour plus d'informations.
Configuration requise
Header: afxhtml.h