Contents Index Topic Contents | ||
Previous Topic: ImageList_RemoveAll Next Topic: Image List Structures |
INDEXTOOVERLAYMASK
UINT INDEXTOOVERLAYMASK( UINT iOverlay );Prepares the index of an overlay mask so that the ImageList_Draw function can use it.
- iOverlay
- Index of an overlay mask.
The INDEXTOOVERLAYMASK macro is defined as follows:
#define INDEXTOOVERLAYMASK(i) ((i) << 8)
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.