Jump to content

SLDCDATA

From EDM2
Revision as of 04:18, 23 February 2020 by Ak120 (talk | contribs) (Created page with " typedef struct _SLDCDATA { ULONG cb; // length of control data in bytes USHORT usScale1Increments;// number of divisions on scale 1 USHORT ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
typedef struct _SLDCDATA {
  ULONG       cb;                // length of control data in bytes
  USHORT      usScale1Increments;// number of divisions on scale 1
  USHORT      usScale1Spacing;   // space in pixels between increments
  USHORT      usScale2Increments;// number of divisions on scale 2
  USHORT      usScale2Spacing;   // space in pixels between increments
} SLDCDATA, *PSLDCDATA;