INDEXTOOVERLAYMASK macro
Prepares the index of an overlay mask so that the ImageList_Draw function can use it.
Syntax
UINT INDEXTOOVERLAYMASK( UINT iOverlay );
Parameters
- iOverlay
-
Type: UINT
An index of an overlay mask.
Return value
No return value.
Remarks
The INDEXTOOVERLAYMASK macro is defined as follows.
#define INDEXTOOVERLAYMASK(i) ((i) << 8)
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: