Jump to content

WM SETICON: 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.

21 April 2025

  • curprev 01:3901:39, 21 April 2025 Martini talk contribs 529 bytes +529 Created page with "This message is sent to a frame window to set its associated icon. ==Syntax== <PRE> param1 HPOINTER hptrIcon; New icon handle.: param2 ULONG ulReserved; Reserved value, should be 0.: </PRE> ==Parameters== ;hptrIcon (HPOINTER) - Input : New icon handle. ;ulReserved (ULONG) - Input : Reserved value, should be 0. ==Returns== ;rc (BOOL) - returns : Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Default Processing==..."