Jump to content

BM SETDEFAULT: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 April 2025

  • curprev 04:2904:29, 19 April 2025 Martini talk contribs 1,106 bytes +1,106 Created page with "This message sets the default state of a button control. ==Syntax== <pre> param1 USHORT usdefault; Default state.: param2 ULONG ulReserved; Reserved value, should be 0.: </pre> ==Parameters== ;''usdefault'' (USHORT) - input: Default state. ::TRUE: Display the button control in the default state. ::FALSE: Display the button control in the nondefault state. ;''ulReserved'' (ULONG) - input: Reserved value, should be 0. ==Returns== ;''rc'' ([[BOOL]..."