|
| 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.