Static_GetIcon macro (windowsx.h)

Retrieves a handle to the icon associated with a static control that has the SS_ICON style. You can use this macro or send the STM_GETICON message explicitly.

Syntax

void Static_GetIcon(
   hwndCtl,
   hIcon
);

Parameters

hwndCtl

Type: HWND

A handle to the control.

hIcon

Type: HICON

A handle to the icon.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header windowsx.h