Jump to content

BTNCDATA: Difference between revisions

From EDM2
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..."
 
No edit summary
Line 1: Line 1:
Button-control-data structure.
  typedef structc _BTNCDATA {
  typedef structc _BTNCDATA {
   USHORT      cb;                // length of control data in bytes
   [[USHORT]]     cb;                // length of control data in bytes
   USHORT      fsCheckState;      // check state of button
   USHORT      fsCheckState;      // check state of button
   USHORT      fsHilightState;    // highlight state of button
   USHORT      fsHilightState;    // highlight state of button

Revision as of 17:59, 25 May 2024

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;