Jump to content

VSCDATA

From EDM2
Revision as of 04:21, 23 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;