Jump to content

WM SETICON

From EDM2

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.