Jump to content

VSDRAGINFO: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Structure that contains information about direct manipulation actions that occur over the value set control. typedef struct _VSDRAGINFO { PDRAGINFO pDragInfo; /* Poi..."
 
(No difference)

Latest revision as of 13:04, 21 February 2020

Structure that contains information about direct manipulation actions that occur over the value set control.

typedef struct _VSDRAGINFO {
  PDRAGINFO     pDragInfo;  /*  Pointer to a DRAGINFO structure. */
  USHORT        usRow;      /*  Row index. */
  USHORT        usColumn;   /*  Column index. */
} VSDRAGINFO;

typedef VSDRAGINFO *PVSDRAGINFO;