Home | History | Annotate | Download | only in include

Lines Matching defs:IDropTarget

122 typedef interface IDropTarget IDropTarget;
4152 * IDropTarget interface
4157 typedef IDropTarget *LPDROPTARGET;
4190 IDropTarget : public IUnknown
4214 __CRT_UUID_DECL(IDropTarget, 0x00000122, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46)
4222 IDropTarget* This,
4227 IDropTarget* This);
4230 IDropTarget* This);
4232 /*** IDropTarget methods ***/
4234 IDropTarget* This,
4241 IDropTarget* This,
4247 IDropTarget* This);
4250 IDropTarget* This,
4258 interface IDropTarget {
4268 /*** IDropTarget methods ***/
4275 static FORCEINLINE HRESULT IDropTarget_QueryInterface(IDropTarget* This,REFIID riid,void **ppvObject) {
4278 static FORCEINLINE ULONG IDropTarget_AddRef(IDropTarget* This) {
4281 static FORCEINLINE ULONG IDropTarget_Release(IDropTarget* This) {
4284 /*** IDropTarget methods ***/
4285 static FORCEINLINE HRESULT IDropTarget_DragEnter(IDropTarget* This,IDataObject *pDataObj,DWORD grfKeyState,POINTL pt,DWORD *pdwEffect) {
4288 static FORCEINLINE HRESULT IDropTarget_DragOver(IDropTarget* This,DWORD grfKeyState,POINTL pt,DWORD *pdwEffect) {
4291 static FORCEINLINE HRESULT IDropTarget_DragLeave(IDropTarget* This) {
4294 static FORCEINLINE HRESULT IDropTarget_Drop(IDropTarget* This,IDataObject *pDataObj,DWORD grfKeyState,POINTL pt,DWORD *pdwEffect) {
4303 IDropTarget* This,
4314 IDropTarget* This,
4324 IDropTarget* This);
4331 IDropTarget* This,