INDEXTOOVERLAYMASK (Windows CE 5.0)
This macro prepares the index of an overlay mask so that the ImageList_Draw or ImageList_DrawEx function can use it.
UINTINDEXTOOVERLAYMASK( UINTiOverlay );
Parameters
- iOverlay
Index of an overlay mask.
Return Values
None.
Remarks
The INDEXTOOVERLAYMASK macro is defined as follows.
#define INDEXTOOVERLAYMASK(i) ((i) << 8)
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
ImageList_Draw | ImageList_DrawEx | ImageList_SetOverlayImage
Send Feedback on this topic to the authors