ReactOS 0.4.15-dev-8093-g3285f69
tagTrackerWindowInfo Struct Reference
Collaboration diagram for tagTrackerWindowInfo:

Public Attributes

IDataObjectdataObject
 
IDropSourcedropSource
 
DWORD dwOKEffect
 
DWORDpdwEffect
 
BOOL trackingDone
 
HRESULT returnValue
 
BOOL escPressed
 
HWND curTargetHWND
 
IDropTargetcurDragTarget
 
POINTL curMousePos
 
DWORD dwKeyState
 

Detailed Description

Definition at line 58 of file ole2.c.

Member Data Documentation

◆ curDragTarget

IDropTarget* tagTrackerWindowInfo::curDragTarget

Definition at line 69 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ curMousePos

POINTL tagTrackerWindowInfo::curMousePos

Definition at line 73 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ curTargetHWND

HWND tagTrackerWindowInfo::curTargetHWND

Definition at line 68 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ dataObject

IDataObject* tagTrackerWindowInfo::dataObject

Definition at line 60 of file ole2.c.

Referenced by DoDragDrop().

◆ dropSource

IDropSource* tagTrackerWindowInfo::dropSource

Definition at line 61 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ dwKeyState

DWORD tagTrackerWindowInfo::dwKeyState

Definition at line 74 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ dwOKEffect

DWORD tagTrackerWindowInfo::dwOKEffect

Definition at line 62 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ escPressed

BOOL tagTrackerWindowInfo::escPressed

Definition at line 67 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ pdwEffect

DWORD* tagTrackerWindowInfo::pdwEffect

Definition at line 63 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ returnValue

HRESULT tagTrackerWindowInfo::returnValue

Definition at line 65 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_TrackStateChange().

◆ trackingDone

BOOL tagTrackerWindowInfo::trackingDone

Definition at line 64 of file ole2.c.

Referenced by DoDragDrop(), and OLEDD_DragTrackerWindowProc().


The documentation for this struct was generated from the following file: