VSDRAGINFO: Difference between revisions
Appearance
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 12: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;