Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.56 KB

nf-richole-iricheditolecallback-getdragdropeffect.md

File metadata and controls

85 lines (66 loc) · 3.56 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:richole.IRichEditOleCallback.GetDragDropEffect
IRichEditOleCallback::GetDragDropEffect (richole.h)
Allows the client to specify the effects of a drop operation.
GetDragDropEffect
GetDragDropEffect method [Windows Controls]
GetDragDropEffect method [Windows Controls]
IRichEditOleCallback interface
IRichEditOleCallback interface [Windows Controls]
GetDragDropEffect method
IRichEditOleCallback.GetDragDropEffect
IRichEditOleCallback::GetDragDropEffect
_win32_IRichEditOleCallback_GetDragDropEffect
_win32_IRichEditOleCallback_GetDragDropEffect_cpp
controls.IRichEditOleCallback_GetDragDropEffect
controls._win32_IRichEditOleCallback_GetDragDropEffect
richole/IRichEditOleCallback::GetDragDropEffect
controls\IRichEditOleCallback_GetDragDropEffect.htm
Controls
VS|Controls|~\controls\richedit\richeditcontrols\richeditcontrolreference\richeditinterfaces\iricheditolecallback\iricheditolecallbackgetdragdropeffect.htm
12/05/2018
GetDragDropEffect, GetDragDropEffect method [Windows Controls], GetDragDropEffect method [Windows Controls],IRichEditOleCallback interface, IRichEditOleCallback interface [Windows Controls],GetDragDropEffect method, IRichEditOleCallback.GetDragDropEffect, IRichEditOleCallback::GetDragDropEffect, _win32_IRichEditOleCallback_GetDragDropEffect, _win32_IRichEditOleCallback_GetDragDropEffect_cpp, controls.IRichEditOleCallback_GetDragDropEffect, controls._win32_IRichEditOleCallback_GetDragDropEffect, richole/IRichEditOleCallback::GetDragDropEffect
richole.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
IRichEditOleCallback::GetDragDropEffect
richole/IRichEditOleCallback::GetDragDropEffect
c++
APIRef
kbSyntax
COM
Msftedit.dll
IRichEditOleCallback.GetDragDropEffect

IRichEditOleCallback::GetDragDropEffect

-description

Allows the client to specify the effects of a drop operation.

-parameters

-param fDrag

Type: BOOL

TRUE if the query is for a IDropTarget::DragEnter or IDropTarget::DragOver. FALSE if the query is for IDropTarget::Drop.

-param grfKeyState

Type: DWORD

Key state as defined by OLE.

-param pdwEffect

Type: LPDWORD

The effect used by a rich edit control. When fDrag is TRUE, on return, its content is set to the effect allowable by the rich edit control. When fDrag is FALSE, on return, the variable is set to the effect to use.

-returns

Type: HRESULT

This method returns S_OK.

-see-also

IRichEditOleCallback