BTNCDATA: Difference between revisions
Appearance
Created page with " typedef structc _BTNCDATA { USHORT cb; // length of control data in bytes USHORT fsCheckState; // check state of button USHORT fsH..." |
(No difference)
|
Revision as of 04:06, 23 February 2020
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;