Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This macro 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
Index of a state image.
Return Value
None.
Remarks
The INDEXTOSTATEIMAGEMASK macro is defined as follows.
#define INDEXTOSTATEIMAGEMASK(i) ((i) << 12)
Requirements
Header |
commctrl.h |