Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Prepares the index of a state image so that a tree-view control or list-view control can use the index to retrieve the state image for an item.
Syntax
UINT INDEXTOSTATEIMAGEMASK(
UINT i
);
Parameters
i
Type: UINT
The index of a state image.
Return value
Type: UINT
Returns the index of a state image.
Remarks
The INDEXTOSTATEIMAGEMASK macro is defined as follows:
#define INDEXTOSTATEIMAGEMASK(i) ((i) << 12)
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | commctrl.h |