VSCDATA: Difference between revisions
Appearance
Created page with "Structure that contains information about the value set control. typedef struct _VSCDATA { ULONG cbSize; →Data length.: USHORT usRowCount; /* ..." |
(No difference)
|
Revision as of 13:06, 21 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; typedef VSCDATA *PVSCDATA;