This message is sent by an application to retrieve the handle of the image associated with a static control.
At a Glance
Header file: | Winuser.h |
Windows CE versions: | 1.0 and later |
Syntax
STM_GETIMAGE wParam = (WPARAM) fImageType; lParam = 0;
Parameters
fImageType
Specifies the type of image to retrieve. It is one of the following values:
Return Values
A handle to the image, if any, indicates success. NULL indicates otherwise.
See Also