ImageList_DrawIndirect (Windows CE 5.0)
This function draws an image list image based on an IMAGELISTDRAWPARAMS structure.
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.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
Link Library: Commctrl.lib, Imgctl.lib.
See Also
Send Feedback on this topic to the authors