commoncontrols.h header

This header is used by Windows Controls. For more information, see:

commoncontrols.h contains the following programming interfaces:

Interfaces

 
IImageList

Exposes methods that manipulate and interact with image lists.
IImageList2

Extends IImageList by providing additional methods for manipulating and interacting with image lists.

Functions

 
ImageList_CoCreateInstance

Creates a single instance of an imagelist and returns an interface pointer to it.

Structures

 
IMAGEINFO

The IMAGEINFO structure contains information about an image in an image list and is used with the IImageList::GetImageInfo function.
IMAGELISTDRAWPARAMS

The IMAGELISTDRAWPARAMS structure contains information about an image list draw operation. This structure is used with the IImageList::Draw function.
IMAGELISTSTATS

Contains image list statistics. Used by GetStatistics.