Jump to content

SLDCDATA: Difference between revisions

From EDM2
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 ..."
(No difference)

Revision as of 04:18, 23 February 2020

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;