The ImageList_Replace function replaces an image in an image list with a new image.
BOOL ImageList_Replace(
HIMAGELIST himl, | |
int i, | |
HBITMAP hbmImage, | |
HBITMAP hbmMask | |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
The ImageList_Replace function copies the bitmap to an internal data structure. Be sure to use the DeleteObject function to delete hbmImage and hbmMask after the function returns.
file: /Techref/os/win/api/win32/func/src/f46_12.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 04:39,
3.141.7.140:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/func/src/f46_12.htm"> ImageList_Replace</A> |
Did you find what you needed? |