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; /* ..." |
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; | ||
[[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;