IDropTarget::DragEnter Method (IDataObject^, UInt32, POINTL, UInt32)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void DragEnter( IDataObject^ pDataObj, unsigned int grfKeyState, POINTL pt, unsigned int% pdwEffect )
Parameters
- pDataObj
- Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^
- grfKeyState
- Type: System::UInt32
- pdwEffect
- Type: System::UInt32
For information on the COM interface, see 2E4D7013-910C-4A6E-8EEE-818E1F2302AC
Show: