Share via


INDEXTOOVERLAYMASK

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

UINT INDEXTOOVERLAYMASK( 
  UINT iOverlay 
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.