Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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