NAME

ImageList_SetColorTable  (COMCTL32.@)

SYNOPSIS

 UINT ImageList_SetColorTable
 (
  HIMAGELIST     himl,
  UINT           uStartIndex,
  UINT           cEntries,
  const RGBQUAD* prgb
 )

DESCRIPTION

Sets the color table of an image list.

PARAMS

himl [In] Handle to the image list.
uStartIndex [In] The first index to set.
cEntries [In] Number of entries to set.
prgb [In] New color information for color table for the image list.

RETURNS

Success: Number of entries in the table that were set.

Failure: Zero.

SEE

ImageList_Create, SetDIBColorTable

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

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.