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 ;