Jump to content

BTNCDATA

From EDM2
Revision as of 18:00, 25 May 2024 by Martini (talk | contribs)

Button-control-data structure.

typedef structc _BTNCDATA {
  USHORT      cb;                // length of control data in bytes
  USHORT      fsCheckState;      // check state of button
  USHORT      fsHilightState;    // highlight state of button
  LHANDLE     hImage;            // resource handle for icon/bitmap
} BTNCDATA, *PBTNCDATA;
typedef   BTNCDATA   * PBTNCDATA ;