|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
|
| Header File
| richole.h
| Unicode
|
| Platform Notes
| None
|
|
|
IRichEditOleCallback::GetDragDropEffect
Allows the client to specify the effects of a drop operation.
HRESULT GetDragDropEffect(
BOOL fDrag,
|
| DWORD grfKeyState,
|
| LPDWORD pdwEffect
|
| );
|
|
Parameters
fDrag
TRUE if the query is for a IDropTarget::DragEnter or IDropTarget::DragOver FALSE if the query is for IDropTarget::Drop.
grfKeyState
Key state as defined by OLE.
pdwEffect
Pointer to the variable that contains the effect normally used by a rich edit
control. On return, the variable is set to the effect to use.
Return Values
No return value.
See Also
IDropTarget::DragEnter, IDropTarget::DragOver, IDropTarget::Drop IRichEditOleCallback
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|