Share via


ImageList_DrawIndirect (Windows CE 5.0)

Send Feedback

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

IMAGELISTDRAWPARAMS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.