ImageList_DrawIndirect
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.