Scroll to navigation

ImageList_SetBkColor(3w) Wine API ImageList_SetBkColor(3w)

NAME

ImageList_SetBkColor (COMCTL32.@)

SYNOPSIS

COLORREF ImageList_SetBkColor
(
HIMAGELIST himl,
COLORREF clrBk
)
 

DESCRIPTION

Sets the background color of an image list.
 

PARAMS

himl [In] handle to image list.
clrBk [In] background color.
 

RETURNS

Success: previous background color
Failure: CLR_NONE
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/comctl32/imagelist.c".
Debug channel "imagelist".
Oct 2012 Wine API