ReactOS 0.4.15-dev-7961-gdcf9eb0
_IMAGELIST Struct Reference
Collaboration diagram for _IMAGELIST:

Public Attributes

IImageList2 IImageList2_iface
 
INT cCurImage
 
INT cMaxImage
 
INT cGrow
 
INT cx
 
INT cy
 
DWORD x4
 
UINT flags
 
COLORREF clrFg
 
COLORREF clrBk
 
HBITMAP hbmImage
 
HBITMAP hbmMask
 
HDC hdcImage
 
HDC hdcMask
 
INT nOvlIdx [MAX_OVERLAYIMAGE]
 
HBRUSH hbrBlend25
 
HBRUSH hbrBlend50
 
INT cInitial
 
UINT uBitsPixel
 
charhas_alpha
 
BOOL color_table_set
 
LONG ref
 

Detailed Description

Definition at line 83 of file imagelist.c.

Member Data Documentation

◆ cCurImage

◆ cGrow

◆ cInitial

INT _IMAGELIST::cInitial

Definition at line 109 of file imagelist.c.

Referenced by ImageList_Create(), and ImageList_SetIconSize().

◆ clrBk

◆ clrFg

COLORREF _IMAGELIST::clrFg

Definition at line 93 of file imagelist.c.

Referenced by ImageList_Create().

◆ cMaxImage

◆ color_table_set

BOOL _IMAGELIST::color_table_set

◆ cx

◆ cy

◆ flags

◆ has_alpha

◆ hbmImage

◆ hbmMask

◆ hbrBlend25

HBRUSH _IMAGELIST::hbrBlend25

Definition at line 107 of file imagelist.c.

Referenced by ImageList_Create(), and ImageList_DrawIndirect().

◆ hbrBlend50

HBRUSH _IMAGELIST::hbrBlend50

Definition at line 108 of file imagelist.c.

Referenced by ImageList_Create(), and ImageList_DrawIndirect().

◆ hdcImage

◆ hdcMask

◆ IImageList2_iface

IImageList2 _IMAGELIST::IImageList2_iface

Definition at line 85 of file imagelist.c.

Referenced by ImageListImpl_QueryInterface(), and is_valid().

◆ nOvlIdx

◆ ref

LONG _IMAGELIST::ref

Definition at line 114 of file imagelist.c.

Referenced by ImageListImpl_AddRef().

◆ uBitsPixel

UINT _IMAGELIST::uBitsPixel

◆ x4

DWORD _IMAGELIST::x4

Definition at line 91 of file imagelist.c.


The documentation for this struct was generated from the following file: