Jump to content

VSDRAGINFO

From EDM2
Revision as of 13:04, 21 February 2020 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;