ImageList_DrawIndirect function (commctrl.h)
Draws an image list image based on an IMAGELISTDRAWPARAMS structure.
Syntax
BOOL ImageList_DrawIndirect(
IMAGELISTDRAWPARAMS *pimldp
);
Parameters
pimldp
Type: IMAGELISTDRAWPARAMS*
A pointer to an IMAGELISTDRAWPARAMS structure that contains information about the draw operation.
Return value
Type: BOOL
Returns nonzero if successful, and zero otherwise.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |
| Library | Comctl32.lib |
| DLL | Comctl32.dll (version 4.70 or later) |