ReactOS 0.4.16-dev-981-g80eb313
|
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 134 of file imagelist.c.
COLORREF _ILHEAD::bkcolor |
Definition at line 143 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cCurImage |
Definition at line 138 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cGrow |
Definition at line 140 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cMaxImage |
Definition at line 139 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cx |
Definition at line 141 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::cy |
Definition at line 142 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
WORD _ILHEAD::flags |
Definition at line 144 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
SHORT _ILHEAD::ovls |
Definition at line 145 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
USHORT _ILHEAD::usMagic |
Definition at line 136 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().
USHORT _ILHEAD::usVersion |
Definition at line 137 of file imagelist.c.
Referenced by check_ilhead_data(), ImageList_Read(), and ImageList_Write().