Jump to content

SPBCDATA

From EDM2
Revision as of 04:19, 23 February 2020 by Ak120 (talk | contribs) (Created page with " typedef struct _SPBCDATA { ULONG cb; // length of control data in bytes ULONG ulTextLimit; // entryfield text limit LONG lLow...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
typedef struct _SPBCDATA {
  ULONG       cb;                // length of control data in bytes
  ULONG       ulTextLimit;       // entryfield text limit
  LONG        lLowerLimit;       // spin lower limit (numeric only)
  LONG        lUpperLimit;       // spin upper limit (numeric only)
  ULONG       idMasterSpb;       // id of the servant's master spinbutton
  PVOID       pHWXCtlData;       // reserved
} SPBCDATA, *PSPBCDATA;