ReactOS 0.4.16-dev-338-g34e76ad
|
Public Attributes | |
USHORT | usMagic |
USHORT | usVersion |
WORD | cCurImage |
WORD | cMaxImage |
WORD | cGrow |
WORD | cx |
WORD | cy |
COLORREF | bkcolor |
WORD | flags |
SHORT | ovls [4] |
Definition at line 124 of file imagelist.c.
COLORREF _ILHEAD::bkcolor |
Definition at line 133 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cCurImage |
Definition at line 128 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cGrow |
Definition at line 130 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cMaxImage |
Definition at line 129 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cx |
Definition at line 131 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cy |
Definition at line 132 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::flags |
Definition at line 134 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
SHORT _ILHEAD::ovls |
Definition at line 135 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
USHORT _ILHEAD::usMagic |
Definition at line 126 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
USHORT _ILHEAD::usVersion |
Definition at line 127 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().