com.jniwrapper.win32.ole
Interface IDropSource

All Superinterfaces:
AutoDeleteParameter, IUnknown
All Known Implementing Classes:
IDropSourceImpl

public interface IDropSource
extends IUnknown

This interface is used for support of a drag-and-drop feature.

See Also:
Microsoft COM SDK documentation

Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Method Summary
 void giveFeedback(DropEffect dwEffect)
           
 void queryContinueDrag(VariantBool fEscapePressed, UInt32 grfKeyState)
           
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Method Detail

queryContinueDrag

public void queryContinueDrag(VariantBool fEscapePressed,
                              UInt32 grfKeyState)
                       throws ComException
Parameters:
fEscapePressed - [in]
grfKeyState - [in]
Throws:
ComException

giveFeedback

public void giveFeedback(DropEffect dwEffect)
                  throws ComException
Parameters:
dwEffect - [in]
Throws:
ComException