import"commoncontrols.idl";
|
HRESULT | Add ([in] HBITMAP hbmImage, [in] HBITMAP hbmMask, [out] int *pi) |
|
HRESULT | ReplaceIcon ([in] int i, [in] HICON hicon, [out] int *pi) |
|
HRESULT | SetOverlayImage ([in] int iImage, [in] int iOverlay) |
|
HRESULT | Replace ([in] int i, [in] HBITMAP hbmImage, [in] HBITMAP hbmMask) |
|
HRESULT | AddMasked ([in] HBITMAP hbmImage, [in] COLORREF crMask, [out] int *pi) |
|
HRESULT | Draw ([in] IMAGELISTDRAWPARAMS *pimldp) |
|
HRESULT | Remove ([in] int i) |
|
HRESULT | GetIcon ([in] int i, [in] UINT flags, [out] HICON *picon) |
|
HRESULT | GetImageInfo ([in] int i, [out] IMAGEINFO *pImageInfo) |
|
HRESULT | Copy ([in] int iDst, [in] IUnknown *punkSrc, [in] int iSrc, [in] UINT uFlags) |
|
HRESULT | Merge ([in] int i1, [in] IUnknown *punk2, [in] int i2, [in] int dx, [in] int dy, [out] REFIID riid, [out] PVOID *ppv) |
|
HRESULT | Clone ([in] REFIID riid, [out] PVOID *ppv) |
|
HRESULT | GetImageRect ([in] int i, [out] RECT *prc) |
|
HRESULT | GetIconSize ([out] int *cx, [out] int *cy) |
|
HRESULT | SetIconSize ([in] int cx, [in] int cy) |
|
HRESULT | GetImageCount ([out] int *pi) |
|
HRESULT | SetImageCount ([in] UINT uNewCount) |
|
HRESULT | SetBkColor ([in] COLORREF clrBk, [out] COLORREF *pclr) |
|
HRESULT | GetBkColor ([out] COLORREF *pclr) |
|
HRESULT | BeginDrag ([in] int iTrack, [in] int dxHotspot, [in] int dyHotspot) |
|
HRESULT | EndDrag () |
|
HRESULT | DragEnter ([in] HWND hwndLock, [in] int x, [in] int y) |
|
HRESULT | DragLeave ([in] HWND hwndLock) |
|
HRESULT | DragMove ([in] int x, [in] int y) |
|
HRESULT | SetDragCursorImage ([in] IUnknown *punk, [in] int iDrag, [in] int dxHotspot, [in] int dyHotspot) |
|
HRESULT | DragShowNolock ([in] BOOL fShow) |
|
HRESULT | GetDragImage ([out] POINT *ppt, [out] POINT *pptHotspot, [out] REFIID riid, [out] PVOID *ppv) |
|
HRESULT | GetItemFlags ([in] int i, [out] DWORD *dwFlags) |
|
HRESULT | GetOverlayImage ([in] int iOverlay, [out] int *piIndex) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 72 of file commoncontrols.idl.
◆ Add()
◆ AddMasked()
◆ BeginDrag()
HRESULT IImageList::BeginDrag |
( |
[in] int |
iTrack, |
|
|
[in] int |
dxHotspot, |
|
|
[in] int |
dyHotspot |
|
) |
| |
◆ Clone()
◆ Copy()
◆ DragEnter()
◆ DragLeave()
◆ DragMove()
◆ DragShowNolock()
◆ Draw()
◆ EndDrag()
◆ GetBkColor()
◆ GetDragImage()
◆ GetIcon()
◆ GetIconSize()
HRESULT IImageList::GetIconSize |
( |
[out] int * |
cx, |
|
|
[out] int * |
cy |
|
) |
| |
◆ GetImageCount()
HRESULT IImageList::GetImageCount |
( |
[out] int * |
pi | ) |
|
◆ GetImageInfo()
◆ GetImageRect()
◆ GetItemFlags()
◆ GetOverlayImage()
HRESULT IImageList::GetOverlayImage |
( |
[in] int |
iOverlay, |
|
|
[out] int * |
piIndex |
|
) |
| |
◆ Merge()
◆ Remove()
◆ Replace()
◆ ReplaceIcon()
◆ SetBkColor()
◆ SetDragCursorImage()
◆ SetIconSize()
◆ SetImageCount()
HRESULT IImageList::SetImageCount |
( |
[in] UINT |
uNewCount | ) |
|
◆ SetOverlayImage()
HRESULT IImageList::SetOverlayImage |
( |
[in] int |
iImage, |
|
|
[in] int |
iOverlay |
|
) |
| |
The documentation for this interface was generated from the following file: