This macro prepares the index of an overlay mask so that the ImageList_Draw or ImageList_DrawEx function can use it.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
UINT INDEXTOOVERLAYMASK( UINT iOverlay );
Parameters
iOverlay
Index of an overlay mask.
Remarks
The INDEXTOOVERLAYMASK macro is defined as follows:
#define INDEXTOOVERLAYMASK(i) ((i) << 8)
See Also