Jump to content

VSCDATA

From EDM2
Revision as of 13:06, 21 February 2020 by Ak120 (talk | contribs) (Created page with "Structure that contains information about the value set control. typedef struct _VSCDATA { ULONG cbSize; Data length.: USHORT usRowCount; /* ...")
(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;

typedef VSCDATA *PVSCDATA;