ImageList_DrawIndirect function
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] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: