Jump to content

WM SETICON

From EDM2
Revision as of 01:39, 21 April 2025 by Martini (talk | contribs) (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==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is sent to a frame window to set its associated icon.

Syntax

param1
HPOINTER hptrIcon;   /* New icon handle. */

param2
ULONG ulReserved;    /* Reserved value, should be 0. */

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

The icon for the frame is set.