public class IDropTargetHelper extends IUnknown
| Constructor and Description | 
|---|
| IDropTargetHelper(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | DragEnter(int hwndTarget,
         int pDataObject,
         POINT ppt,
         int dwEffect) | 
| int | DragLeave() | 
| int | DragOver(POINT ppt,
        int dwEffect) | 
| int | Drop(int pDataObject,
    POINT ppt,
    int dwEffect) | 
| int | Show(boolean fShow) | 
AddRef, getAddress, QueryInterface, Release