Jump to content

BTNCDATA

From EDM2
Revision as of 04:06, 23 February 2020 by Ak120 (talk | contribs) (Created page with " typedef structc _BTNCDATA { USHORT cb; // length of control data in bytes USHORT fsCheckState; // check state of button USHORT fsH...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;