Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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
| Requirement | Value |
|---|---|
| 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) |