Doxygen

static BOOL WINAPI GuiChangeIcon ( PCSRSS_CONSOLE  Console,
HICON  hWindowIcon 
) [static]

Definition at line 2255 of file guiconsole.c.

{
    SendMessageW(Console->hWindow, WM_SETICON, ICON_BIG, (LPARAM)hWindowIcon);
    SendMessageW(Console->hWindow, WM_SETICON, ICON_SMALL, (LPARAM)hWindowIcon);

    return TRUE;
}