This function draws an image list image based on an IMAGELISTDRAWPARAMS structure.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
BOOL ImageList_DrawIndirect(IMAGELISTDRAWPARAMS* pimldp);
Parameters
pimldp
[in] Pointer to an IMAGELISTDRAWPARAMS structure that contains information about the draw operation.
Return Values
Nonzero indicates success. Zero indicates failure.