Share via


INDEXTOOVERLAYMASK (Windows Embedded CE 6.0)

1/6/2010

This macro prepares the index of an overlay mask so that the ImageList_Draw or ImageList_DrawEx function can use it.

Syntax

UINT INDEXTOOVERLAYMASK( 
  UINT iOverlay 
);

Parameters

  • iOverlay
    Index of an overlay mask.

Return Value

None.

Remarks

The INDEXTOOVERLAYMASK macro is defined as follows.

#define INDEXTOOVERLAYMASK(i) ((i) << 8) 

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Image List Macros
ImageList_Draw
ImageList_DrawEx
ImageList_SetOverlayImage