ImageList_GetImageRect (COMCTL32.@)
BOOL ImageList_GetImageRect ( HIMAGELIST himl, INT i, LPRECT lpRect )
Retrieves the rectangle of the specified image in an image list.
himl | [In] | handle to image list. |
i | [In] | image index. |
lpRect | [Out] | pointer to the image rectangle. |
Success: TRUE
Failure: FALSE.
This is an UNDOCUMENTED function!!!
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/imagelist.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.