ImageList_DrawIndirect

The ImageList_DrawIndirect function draws an image list image based on an IMAGELISTDRAWPARAMS structure.

Syntax

BOOL ImageList_DrawIndirect(IMAGELISTDRAWPARAMS* pimldp);

At a Glance

Header file: Commctrl.h
Component: Imgctl
Platforms: H/PC
Windows CE versions: 2.0 and later

Parameters

pimldp
Address of an IMAGELISTDRAWPARAMS structure that contains information about the draw operation.

Return Values

Returns nonzero if successful and zero otherwise.