Jump to content

VSCDATA

From EDM2

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, *PVSCDATA;