NAME

ImageList_SetFilter  (COMCTL32.@)

SYNOPSIS

 BOOL ImageList_SetFilter
 (
  HIMAGELIST himl,
  INT        i,
  DWORD      dwFilter
 )

DESCRIPTION

Sets a filter (or does something completely different)!!??? It removes 12 Bytes from the stack (3 Parameters).

PARAMS

himl [In] SHOULD be a handle to image list.
i [In] COULD be an index?.
dwFilter [In] ???.

RETURNS

Success: TRUE ???

Failure: FALSE ???.

BUGS

This is an UNDOCUMENTED function!!!! empty stub.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/comctl32/imagelist.c". https://source.winehq.org/source/dlls/comctl32/imagelist.c

Debug channel "imagelist".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.