Jump to content

VSCDATA: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Structure that contains information about the value set control. typedef struct _VSCDATA { ULONG cbSize; Data length.: USHORT usRowCount; /* ..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 4: Line 4:
   USHORT    usRowCount;    /*  Number of rows. */
   USHORT    usRowCount;    /*  Number of rows. */
   USHORT    usColumnCount;  /*  Number of columns. */
   USHORT    usColumnCount;  /*  Number of columns. */
  } VSCDATA;
  } VSCDATA, *PVSCDATA;
typedef VSCDATA *PVSCDATA;


[[Category:PM Data type]]
[[Category:PM Data type]]

Latest revision as of 04:21, 23 February 2020

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;