Scroll to navigation

ImageList_SetFlags(3w) Wine API ImageList_SetFlags(3w)

NAME

ImageList_SetFlags (COMCTL32.@)

SYNOPSIS

DWORD ImageList_SetFlags
(
HIMAGELIST himl,
DWORD flags
)
 

DESCRIPTION

Sets the image list flags.
 

PARAMS

himl [In] Handle to image list.
flags [In] Flags to set.
 

RETURNS

Old flags?.
 

BUGS

Stub.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/comctl32/imagelist.c".
Debug channel "imagelist".
Oct 2012 Wine API