ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | IMAGEINFO |
struct | IMAGELISTDRAWPARAMS |
interface | IImageList |
interface | IImageList2 |
struct | IImageList2::tagIMAGELISTSTATS |
class | CommonControlObjects::ImageList |
Modules | |
library | CommonControlObjects |
Typedefs | |
typedef DWORD | RGBQUAD |
typedef IUnknown * | HIMAGELIST |
typedef IMAGEINFO * | LPIMAGEINFO |
typedef IMAGELISTDRAWPARAMS * | LPIMAGELISTDRAWPARAMS |
Functions | |
HRESULT WINAPI | ImageList_CoCreateInstance (REFCLSID, const IUnknown *, REFIID, void **) |
Variables | |
const UINT | ILIF_ALPHA = 1 |
typedef IUnknown* HIMAGELIST |
Definition at line 27 of file commoncontrols.idl.
typedef IMAGEINFO* LPIMAGEINFO |
Definition at line 38 of file commoncontrols.idl.
typedef IMAGELISTDRAWPARAMS* LPIMAGELISTDRAWPARAMS |
Definition at line 61 of file commoncontrols.idl.
Definition at line 26 of file commoncontrols.idl.
HRESULT WINAPI ImageList_CoCreateInstance | ( | REFCLSID | rclsid, |
const IUnknown * | punkOuter, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 3430 of file imagelist.c.
Referenced by init_functions().
Definition at line 66 of file commoncontrols.idl.