Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.49 KB

stm-geticon.md

File metadata and controls

71 lines (41 loc) · 1.49 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
STM_GETICON message (Winuser.h)
An application sends the STM\_GETICON message to retrieve a handle to the icon associated with a static control that has the SS\_ICON style.
e6b0a006-696b-401d-b894-b1db697c8939
STM_GETICON message Windows Controls
apiref
STM_GETICON
Winuser.h
HeaderDef
reference
05/31/2018

STM_GETICON message

An application sends the STM_GETICON message to retrieve a handle to the icon associated with a static control that has the SS_ICON style.

Parameters

wParam

Not used; must be zero.

lParam

Not used; must be zero.

Return value

The return value is a handle to the icon, or NULL if either the static control has no associated icon or if an error occurred.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

STM_SETICON