Structure that contains information about the value set control.
typedef struct _VSCDATA {
ULONG cbSize; /* Data length. */
USHORT usRowCount; /* Number of rows. */
USHORT usColumnCount; /* Number of columns. */
} VSCDATA;
typedef VSCDATA * PVSCDATA ;