Jump to content

SBCDATA

From EDM2
Revision as of 04:17, 23 February 2020 by Ak120 (talk | contribs) (Created page with "Scroll bar typedef struct _SBCDATA { USHORT cb; // length of control data in bytes USHORT sHilight; // highlight code SHORT p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scroll bar

typedef struct _SBCDATA {
  USHORT      cb;                // length of control data in bytes
  USHORT      sHilight;          // highlight code
  SHORT       posFirst;          // first possible position of scroll bar
  SHORT       posLast;           // last possible position of scroll bar
  SHORT       posThumb;          // scroll thumb current position
  SHORT       cVisible;          // number of lines (items) visible
  SHORT       cTotal;            // total number of lines (items) in MLE
} SBCDATA, *PSBCDATA;